import type { RuntimePromotionDestinationParentResult, RuntimePromotionFilesystemAuthority, RuntimePromotionStageReconcileInput, RuntimePromotionStageReconcileResult } from './runtime-promotion-filesystem-types.js'; /** * Materialize the authored-plan `opensip-cli` directory without adding a child marker. * * @throws When filesystem authority, ownership, or durability verification fails. */ export declare function createRuntimePromotionDestinationParent(authority: RuntimePromotionFilesystemAuthority): Promise; /** * Settle, verify, or conservatively discard an incomplete owned stage. * * @throws When filesystem authority, stage ownership, or cleanup verification fails. */ export declare function reconcileRuntimePromotionStage(authority: RuntimePromotionFilesystemAuthority, input: RuntimePromotionStageReconcileInput): Promise; //# sourceMappingURL=runtime-promotion-filesystem-forward-parent.d.ts.map