export declare const debounce: any>(callback: T, waitFor: number) => (...args: any[]) => any;