export declare const useDebounce: (wait: number, func: (...params: any[]) => any, deps: any[]) => (...params: any[]) => any;