export declare function debounce any>(fn: T, wait?: number): { (...args: Parameters): void; destroy(): void; };