import { SetStateAction, Dispatch } from "react"; export declare function useDebounce(value: T, delay: number): [T, Dispatch>]; //# sourceMappingURL=use-debounce.d.ts.map