import { HttpEvent, HttpHandler, HttpHandlerFn, HttpInterceptor, HttpRequest } from "@angular/common/http"; import { Observable } from "rxjs"; import { MultiLanguageService } from "../services/multi-language.service"; import * as i0 from "@angular/core"; export declare class LangInterceptor implements HttpInterceptor { private mls; constructor(mls: MultiLanguageService); intercept(req: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare function langInterceptor(req: HttpRequest, next: HttpHandlerFn): Observable>;