import type { RuntimePromotionOperation, RuntimePromotionRollbackCompletion } from './runtime-promotion-types.js'; /** * A fresh failure may roll back only from an exact idle receipt. Any unresolved * write-ahead intent is left open for startup recovery; guessing whether its * filesystem effect happened would weaken the journal protocol. */ export declare function rollbackFreshRuntimePromotion(operation: RuntimePromotionOperation): Promise; //# sourceMappingURL=runtime-promotion-rollback.d.ts.map