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