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