export declare const useDebounceCallback: (callback: () => unknown, timeout?: number) => (() => void);
