import type { ValidationIssue } from '../../types'; type CodeSystemReferenceMode = 'syntax' | 'not-found'; export declare function validateCodeSystemReference(coding: any, path: string, index: number, isArrayInput: boolean, mode: CodeSystemReferenceMode, fhirVersion?: 'R4' | 'R5' | 'R6'): Promise; export {}; //# sourceMappingURL=terminology-code-system-reference-rules.d.ts.map