import { LodashMethodDecorator } from './factory'; import { ThrottleOptions } from './shared'; export declare const Throttle: (wait?: number, options?: ThrottleOptions) => LodashMethodDecorator; export declare const ThrottleGetter: (wait?: number, options?: ThrottleOptions) => LodashMethodDecorator; export declare const ThrottleSetter: (wait?: number, options?: ThrottleOptions) => LodashMethodDecorator; export { Throttle as throttle }; export { ThrottleGetter as throttleGetter }; export { ThrottleSetter as throttleSetter }; export default Throttle;