/** * Adds special functionality to async method call, that allows only to call this method only when previous execution was finished */ export declare function WithSync(): MethodDecorator; //# sourceMappingURL=withSync.decorator.d.ts.map