export declare class ValidationError extends Error { constructor(name: string, message: string); }