import type { DurableClosedPromotionJournal } from './runtime-promotion-journal.js'; import type { RuntimePromotionOperation } from './runtime-promotion-types.js'; export declare function sealCommittedRuntimePromotion(operation: RuntimePromotionOperation): Promise; //# sourceMappingURL=runtime-promotion-execution-seal.d.ts.map