import { ValidationError } from "../../Schema.js";
export declare function stringifyValidationError(error: ValidationError): string;
