import type { DurableClosedPromotionJournal } from './runtime-promotion-journal.js'; import type { RuntimePromotionRecoveryOperation } from './runtime-promotion-recovery-types.js'; /** * Apply monotonic cleanup to a closed receipt. This function never compares the * current authority with the historical terminal manifest and has no rollback * or restore path. */ /** @throws {Error} When closed recovery cleanup or terminal authority verification fails. */ export declare function cleanupRecoveredClosedRuntimePromotion(operation: RuntimePromotionRecoveryOperation, expectedReceipt?: DurableClosedPromotionJournal): Promise; //# sourceMappingURL=runtime-promotion-recovery-closed.d.ts.map