import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http'; import { BehaviorSubject, Observable } from 'rxjs'; import { AuthenticationService } from './authentication.service'; import * as i0 from "@angular/core"; export declare class AuthenticationInterceptor implements HttpInterceptor { private authService; isRefreshingToken: boolean; tokenSubject: BehaviorSubject; constructor(authService: AuthenticationService); intercept(request: HttpRequest, next: HttpHandler): Observable>; private addTokenToRequest; private handle401Error; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=authentication-interceptor.service.d.ts.map