import { BaseError } from './base-error'; export declare class ValidationError extends BaseError { key?: string; constructor(message: string, key?: string); }