import { DefaultTranspiler, HashMap, Translation, TranslocoConfig } from '@ngneat/transloco'; import { IntlMessageFormatConfig } from './intlmessageformat.config'; import * as i0 from "@angular/core"; export declare class IntlMessageFormatTranspiler extends DefaultTranspiler { private config; private mfFactory; constructor(config?: IntlMessageFormatConfig, userConfig?: TranslocoConfig); transpile(value: any, params: HashMap, translation: Translation, key: string): any; onLangChanged(lang: string): void; private getMFFactory; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }