import type { ValidationIssue } from '../types'; /** * Validate ConceptMap target displays against the target CodeSystem, * matching the diagnostics Java emits in `R5.cs-val-cm-base`. */ export declare function validateConceptMapResource(cm: any): ValidationIssue[]; //# sourceMappingURL=conceptmap-resource-validator.d.ts.map