export declare function debounce any>(fn: T, ms: any): T; export declare function dynamicDebounce any>(): T; //# sourceMappingURL=debounce.d.ts.map