import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http'; import { Observable } from 'rxjs'; import { ActivatedRoute } from '@angular/router'; import { AuthService } from '../services/auth.service'; import { MicrosoftAuthService } from '../services/microsoftAuth.service'; import * as i0 from "@angular/core"; export declare class JwtInterceptor implements HttpInterceptor { private route; private auth; private msAuth; private authProvider; constructor(route: ActivatedRoute, auth: AuthService, msAuth: MicrosoftAuthService, authProvider: string); isTokenExpired(token: string, minutes?: number): any; intercept(request: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }