import throttle from 'lodash.throttle'; /** @tossdocs-ignore */ export declare function useThrottle any>(callback: F, wait: number, options?: Parameters[2]): import("lodash").DebouncedFunc;