/** Deduplicates identical asynchronous work within one mutable configuration epoch. */ export declare class EpochSingleflight { private epoch; private readonly pending; advanceEpoch(): void; clear(): void; run(keyParts: unknown[], resolve: () => Promise): Promise; } //# sourceMappingURL=epoch-singleflight.d.ts.map