/// export default function useDebounce(cb: any, delay: number): import("lodash").DebouncedFunc<(...args: any) => void>;