export declare function convertVueTranslations(body: string): string;
declare const convertTranslationsSupport: ({ clientI18nDir }: {
    clientI18nDir: string;
}) => {
    transform: import("stream").Transform;
    isTranslationFile: (file: {
        path: string;
    }) => boolean;
};
export default convertTranslationsSupport;
