import { HttpBackend, HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { ITranslationResource } from '../models'; import { TranslateLoader } from '@ngx-translate/core'; import { LocalizationService } from '../services/localization.service'; export declare class CustomMultiTranslateHttpLoader implements TranslateLoader { private readonly _handler; private readonly _httpClient; private readonly _resourcesPrefix; private readonly _localizationService; constructor(_handler: HttpBackend, _httpClient: HttpClient, _localizationService: LocalizationService, _resourcesPrefix: Array | ITranslationResource[]); getTranslation(lang: string): Observable; } //# sourceMappingURL=custom-multi-translate-http-loader.d.ts.map