import { ThrottleSettings } from 'lodash'; export declare function throttle(wait?: number, options?: ThrottleSettings): (_target: any, _propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;