import type { RuntimePromotionOperation } from './runtime-promotion-types.js'; /** @throws {Error} When runtime datastore authority cannot be checkpointed. */ export declare function checkpointRuntimeDatastores(operation: RuntimePromotionOperation): Promise; //# sourceMappingURL=runtime-promotion-execution-datastore.d.ts.map