export declare function debounce(fn: (...args: any) => void, waitTime?: number): (...args: any) => void;