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