import { ThrottleOptions } from './index'; export declare function throttle(wait?: number, opts?: ThrottleOptions): MethodDecorator; export declare function debounce(wait?: number, opts?: ThrottleOptions): MethodDecorator; //# sourceMappingURL=decorators.d.ts.map