export type RuntimePromotionPreflightFailureReason = 'lease-mismatch' | 'changed-after-preflight'; export declare class RuntimePromotionPreflightError extends Error { readonly reason: RuntimePromotionPreflightFailureReason; constructor(reason: RuntimePromotionPreflightFailureReason); } //# sourceMappingURL=runtime-promotion-preflight-error.d.ts.map