export declare class ValidationInfo { validator: any; type: string; message: string; args?: any[]; }