import types = require('./types'); declare function throttle(fn: T, wait: number): T; export = throttle;