export declare class ValidationError { text: string; constructor(text: string); }