export type FhirSchemaRuntimeMode = 'evidence-only'; export type FhirSchemaPromotionRequirement = 'java-operationoutcome-confirmation' | 'records-runtime-parity' | 'profile-scope-coverage' | 'no-open-dual-path-gate-failures'; export interface FhirSchemaRuntimePolicy { readonly mode: FhirSchemaRuntimeMode; readonly defaultRuntimeEnabled: boolean; readonly measuredLanes: readonly string[]; readonly promotionRequires: readonly FhirSchemaPromotionRequirement[]; readonly statement: string; } export declare const FHIR_SCHEMA_RUNTIME_POLICY: FhirSchemaRuntimePolicy; export declare function isFhirSchemaDefaultRuntimeEnabled(): boolean; //# sourceMappingURL=runtime-policy.d.ts.map