import { HttpInterceptor, HttpHandler, HttpRequest, HttpHandlerFn, HttpEvent } from '@angular/common/http'; import { Observable } from 'rxjs'; import { AppConfigService } from '../services/app-config.service'; import * as i0 from "@angular/core"; export declare class AppTypeInterceptor implements HttpInterceptor { private appConfigService; constructor(appConfigService: AppConfigService); intercept(req: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare function appTypeInterceptor(req: HttpRequest, next: HttpHandlerFn): Observable>;