export declare function debounce(func: (...arg: Array) => void, wait?: number): (...args: Array) => void;