import type { JSONSchemaType } from '@redocly/ajv/dist/2020.js'; export declare function printErrors(schema: JSONSchemaType, data: any, errors: any[]): string; //# sourceMappingURL=ajv-errors.d.ts.map