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