import type VueI18n from 'vue-i18n';
export declare type VueI18nPhraseFormatterOptions = {
    prefix: string;
    suffix: string;
};
export declare class VueI18nPhraseFormatter implements VueI18n.Formatter {
    prefix: string;
    suffix: string;
    constructor(options: VueI18nPhraseFormatterOptions);
    interpolate(message: string, values: unknown, path: string): string[];
}
//# sourceMappingURL=vue-i18n-phrase-formatter.d.ts.map