export declare const debounce: (wait: number, func: (...args: TS) => void) => (this: any, ...args: TS) => void;