import type { ThrottleOptions } from './throttleOptions'; declare function useThrottle(value: T, options?: ThrottleOptions): T; export default useThrottle;