import { HttpClient } from '@angular/common/http'; import { Translation, TranslocoLoader } from '@ngneat/transloco'; import * as i0 from "@angular/core"; import * as i1 from "@ngneat/transloco"; /** * transloco module */ export declare class TranslocoHttpLoader implements TranslocoLoader { private http; /** * environment * @private environment */ environment: any; /** * constructor * @param http httpclient * @param environment environment */ constructor(http: HttpClient, environment: any); /** * get translation¡ * @param lang active lang * @returns observable */ getTranslation(lang: string): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class TranslocoRootModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }