import { Subscription } from 'rxjs'; import { Service } from '../../services/service'; export declare const I18N_SVC = "I18nService"; export declare class I18nService extends Service { isInitialized: boolean; private subject; private translator; private settingsService; private loggerService; static getInstance(): I18nService; static build(): I18nService; private constructor(); subscribe(observable: any): Subscription; configure(translator: any): Promise; translate(label: string, params?: any): string; getCurrentLanguage(): string; private updateTranslationLanguage; } //# sourceMappingURL=i18n.service.d.ts.map