/** * Adds special functionality to method call, that debounce method call for specified time * @param delay - Number of miliseconds that delays function call */ export declare function DebounceCall(delay: number): MethodDecorator; //# sourceMappingURL=debounceCall.decorator.d.ts.map