import { DefaultTranspiler, TranspileParams } from '@jsverse/transloco'; import { MessageformatConfig, MFLocale } from './messageformat.config'; import * as i0 from "@angular/core"; export declare class MessageFormatTranspiler extends DefaultTranspiler { private messageFormat; private readonly messageConfig; private readonly mfFactory; constructor(config: MessageformatConfig); transpile({ value, params, translation, key }: TranspileParams): unknown; onLangChanged(lang: string): void; setLocale(locale: MFLocale): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }