import { AsyncDebounceOptions } from './promises'; export declare function AsyncDebounce(options?: AsyncDebounceOptions): (target: any, propertyKey: string | symbol, descriptor: PropertyDescriptor) => PropertyDescriptor; //# sourceMappingURL=decorators.d.ts.map