export declare class OperationRegistry { private operationRegistry; private operation; constructor(operation: string); private initKey; existsKey(key: string): boolean; triggerAwaitingResolves(key: string, value: T): void; triggerAwaitingRejects(key: string, error: T): void; isExecuting(key: string): Promise | undefined; } //# sourceMappingURL=operation-registry.d.ts.map