import type { FreshRuntimePromotionInput, RuntimePromotionDependencies } from './runtime-promotion-types.js'; import type { RuntimeAdoptionResult } from '@opensip-cli/contracts'; export type { FreshRuntimePromotionInput, RuntimePromotionCheckpoint, RuntimePromotionDependencies, } from './runtime-promotion-types.js'; /** * Adopt cache runtime authority and apply Init-authored state under one normal * exclusive lease. Customer output stays bounded and path-free; durable detail * remains in the journal until identity-bound cleanup succeeds. */ export declare function runFreshRuntimePromotion(input: FreshRuntimePromotionInput, dependencyOverrides?: Partial): Promise; //# sourceMappingURL=runtime-promotion.d.ts.map