export declare class ErrorDto { description?: string; text?: string; errorCode?: string; message?: string; moreInfo?: string; constructor(d?: ErrorDto); }