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