import { HttpErrorResponse } from '@angular/common/http'; export declare class TruServerError { id: string; type: string; code: number; title: string; message: string | null | undefined; data: object | null; stackTrace: string; status: number; statusText: string; componentName: string; constructor(error: HttpErrorResponse); }