import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AuthInterceptor implements HttpInterceptor { private refreshTokenInProgress; private refreshTokenSubject; private readonly commonApiService; private readonly cookieService; intercept(request: HttpRequest, next: HttpHandler): Observable>; private addToken; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }