export declare const useDebounce: (value: T, delay: number) => { debouncedValue: T; isDebouncing: boolean; }; //# sourceMappingURL=index.d.ts.map