import * as Ajv from 'ajv'; export declare const convertAjvErrorsToMessage: (errors: Ajv.ErrorObject[]) => string;