import { HttpInterceptor, HttpEvent, HttpRequest, HttpHandler } from '@angular/common/http'; import { Observable } from 'rxjs'; import { ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class TokenInterceptor implements HttpInterceptor { private route; timeFilter: any; constructor(route: ActivatedRoute); intercept(httpRequest: HttpRequest, next: HttpHandler): Observable>; getAuthorizationToken(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }