import type { ValidationIssue } from '../types'; import type { ValueSetCache } from './valueset-cache'; import { ValueSetPackageLoader } from './valueset-package-loader'; import { type BindingStrength, type CodeInfo } from './valueset-display-utils'; import { type FhirVersion } from './valueset-expansion-cache-key'; export declare function validateDisplayMatchesCodeSystem(rawCode: any, codeInfo: CodeInfo, valueSetUrl: string, elementPath: string, context: { bindingStrength?: BindingStrength; profileUrl?: string; fhirVersion?: FhirVersion; cache: ValueSetCache; packageLoader: ValueSetPackageLoader; }): Promise; //# sourceMappingURL=valueset-display-validator.d.ts.map