import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Injector } from '@angular/core'; import { Observable } from 'rxjs'; export declare class I18NextErrorInterceptor implements HttpInterceptor { private injector; statusKeys: any; constructor(injector: Injector); intercept(req: HttpRequest, next: HttpHandler): Observable>; private HandleErrorMessage; private GetLocalizedStatusMessage; }