declare type UseDebounce = void>(fn: T, time: number) => (...args: Parameters) => void; export declare const useDebounce: UseDebounce; export {};