declare const throttle: (fn: Function, wait?: number) => (this: any) => void; export { throttle };