export declare const debounce: any>(func: F, waitFor: number) => (...args: Parameters) => Promise>;