import { TranslationType } from "../../interfaces"; import * as i0 from "@angular/core"; export declare class TranslationsService { localeId: string; translations: { [key: string]: { [key: string]: any; }; }; translationsCache: { [key: string]: string; }; initModuleTranslation(module: string, localeId: string, translations: TranslationType): void; updateTranslationsCache(localeId: string, module: string): void; getTranslation(resource: string, localeId?: string | null, replaceData?: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }