import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http'; import { Observable } from 'rxjs'; import { AuthenticationService } from '../../services/authentication.service'; import * as i0 from "@angular/core"; export declare class ErrorInterceptor implements HttpInterceptor { private authenticationService; constructor(authenticationService: AuthenticationService); intercept(request: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare let errorInterceptorProvider: { provide: import("@angular/core").InjectionToken; useClass: typeof ErrorInterceptor; multi: boolean; };