/** * Validation Message Catalog * * Central registry of all validation message codes with metadata. * * REFACTORED: This file now re-exports from the modular codes/ directory. * The codes are organized by aspect for better maintainability. * * @see ./codes/index.ts for the implementation */ export type { ValidationCodeMetadata, ValidationCode, TerminologyCode, MetadataCode, ReferenceCode, StructuralCode, ProfileCode, BusinessRuleCode, } from './codes/index'; export { ValidationCodes, TerminologyCodes, MetadataCodes, ReferenceCodes, StructuralCodes, ProfileCodes, BusinessRuleCodes, resolveCode, getCodeMetadata, isKnownCode, } from './codes/index'; //# sourceMappingURL=message-catalog.d.ts.map