export declare class ErrorInfo { errorType?: T; message?: string; constructor(errorType?: T, message?: string); }