export declare const throttle: (callback: (...args: Args[]) => any, wait?: number, immediate?: boolean) => (...args: Args[]) => any;