export { SchemaValidator } from './schema-validator'; export type { AjvValidationResult } from './schema-validator'; export { mapErrors, countErrorsPerCategory } from './error-mapper';