/** * Decortor for throttlify class method. * @param delay - Throttle delay in ms. * @param noTrailing - No trailing call. * @return Method decorator. */ export declare function Throttle(delay: number, noTrailing?: boolean): MethodDecorator; //# sourceMappingURL=Throttle.d.ts.map