export declare const throttle: <Args extends any[]>(func: (...args: Args) => any, waitFor: number) => ((...args: Args) => void);
