import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http'; import { Observable } from 'rxjs'; import { BaseInterceptor } from './Base.interceptor'; import * as i0 from "@angular/core"; export declare class TokenInterceptor extends BaseInterceptor implements HttpInterceptor { private tokenService; intercept(request: HttpRequest, next: HttpHandler): Observable>; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }