import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; import { LanguageService } from './language.service'; import * as i0 from "@angular/core"; export declare class TranslateInterceptor implements HttpInterceptor { private _select; constructor(_select: LanguageService); intercept(req: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }