export declare function throttle(fn: Function, wait: number): (...args: any) => void;