import type { DurableClosedPromotionJournal } from './runtime-promotion-journal.js'; import type { RuntimePromotionRecoveryOperation } from './runtime-promotion-recovery-types.js'; /** @throws {Error} When open recovery cannot reconcile or close the durable journal. */ export declare function recoverOpenRuntimePromotion(operation: RuntimePromotionRecoveryOperation): Promise; //# sourceMappingURL=runtime-promotion-recovery-open-coordinator.d.ts.map