export declare const debounce: any>(func: F, wait?: number) => { (this: any, ...args: Parameters): void; clear(): void; };