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