import type { ValidationError } from 'jsonschema'; export declare function getPrettyJsonValidationErrors(errors: ValidationError[]): string;