export declare function debounce(func: (...args: any[]) => any, wait?: number): { (this: any, ...args: any[]): void; clear(): void; };