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