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