import { InterceptorType } from "../../enums"; import { CfLoggerService } from "../services"; import { InterceptorsService } from "../services/interceptors.service"; import * as i0 from "@angular/core"; export declare class BaseInterceptor { type: InterceptorType | null; interceptorsService: InterceptorsService; loggerService: CfLoggerService; skipInterceptor(): boolean; constructor(type: InterceptorType); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }