/**
 * Decorator to throttle functions call.
 * @param wait throttle time.
 * @param options set triggers, eg on trailing edge or falling edge,
 * see lodash documentation for details
 */
export declare function throttle(wait?: any, options?: any): (target: any, fnName: any, descriptor: any) => void;
//# sourceMappingURL=throttle.decorator.d.ts.map