import { ErrorObject } from 'ajv';
export declare const formatAjv: (errors: ErrorObject[]) => string;
