import { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from "@angular/common/http"; import { Observable } from "rxjs"; import { MobicloudConfigService } from "./services/mobicloud-config.service"; import * as i0 from "@angular/core"; export declare class TokenHttpInterceptor implements HttpInterceptor { protected configService: MobicloudConfigService; private coreService; constructor(configService: MobicloudConfigService); intercept(req: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=token-http-interceptor.d.ts.map