import type { RecoverRuntimePromotionInput, RuntimePromotionRecoveryDependencies } from './runtime-promotion-recovery-types.js'; import type { RuntimeAdoptionResult } from '@opensip-cli/contracts'; export type { RecoverRuntimePromotionInput, RuntimePromotionRecoveryCheckpoint, RuntimePromotionRecoveryDependencies, RuntimePromotionRecoveryExplicitInputs, } from './runtime-promotion-recovery-types.js'; /** * Reconcile the one fixed Init-promotion journal for a canonical project. * * The fixed header admits the exact recovery lease; only the full canonical * body may then select an owned path or mutation. Current renderers and Tool * defaults are intentionally absent from this API. */ export declare function recoverRuntimePromotion(input: RecoverRuntimePromotionInput, dependencyOverrides?: Partial): Promise; //# sourceMappingURL=runtime-promotion-recovery.d.ts.map