import { ConfigService, HttpService } from '@narik/infrastructure'; import { TranslateLoader } from '@ngx-translate/core'; export declare class NarikTranslateLoader implements TranslateLoader { private http; private configService; private items; private root; constructor(http: HttpService, configService: ConfigService, items?: string[]); private slash; getTranslation(lang: string): any; private getTranslationInternal; addTranslationItem(item: string): void; getTranslateFilePath(lang: string, item: string): string; }