type SomeFunction = (...args: unknown[]) => void; export declare function useDebounce(callBack: Func, delay?: number): Func; export {};