export declare function useDebounce(cb: () => void, timeout: number): [null | (() => void), () => void]; //# sourceMappingURL=hooks.d.ts.map