export declare const Debounce: (fn: any, ms?: number) => (this: any, ...args: any[]) => void;