import type { RuntimePromotionDatastoreFailureReason } from './runtime-promotion-preflight-datastore-types.js'; import type { DatastoreCloseResult } from '@opensip-cli/datastore'; export declare class RuntimePromotionDatastoreError extends Error { readonly reason: RuntimePromotionDatastoreFailureReason; readonly closeResult?: DatastoreCloseResult | undefined; readonly releaseSafe: boolean; constructor(reason: RuntimePromotionDatastoreFailureReason, closeResult?: DatastoreCloseResult | undefined); } //# sourceMappingURL=runtime-promotion-preflight-datastore-error.d.ts.map