import { Output } from '../validation/Output'; export declare class ValidationError extends Error { readonly output: Output; constructor(message: string, options: { output: Output; }); }