export declare function debounce any>(func: F, waitFor: number): (...args: Parameters) => void; //# sourceMappingURL=debounce.d.ts.map