import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; import { CookieService } from 'ngx-cookie-service'; import { CommonApiService } from '../api/common-api.service'; import * as i0 from "@angular/core"; export declare class AuthInterceptor implements HttpInterceptor { private authService; private cookieService; private refreshTokenInProgress; private refreshTokenSubject; constructor(authService: CommonApiService, cookieService: CookieService); intercept(request: HttpRequest, next: HttpHandler): Observable>; private addToken; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=auth.interceptor.d.ts.map