export declare const useDebounce: (fn: Function, time?: number) => (...args: any[]) => void;