import type { AnyObject } from '../types/index.js';
/**
 * Transforms ajv errors, finds the positions in the schema and returns an enriched format.
 */
export declare function transformErrors(specification: AnyObject, errors: any): any;
//# sourceMappingURL=transform-errors.d.ts.map