import type { GetWebappTranslationCallback } from '../../../lib/types/base/translation.js'; export declare const createTranslationReplacer: (getWebappTranslation: GetWebappTranslationCallback) => (body: string, filePath: string) => string; export declare const isTranslatedReactFile: (file: any) => boolean; declare const translateReactFilesTransform: (getWebappTranslation: GetWebappTranslationCallback) => import("stream").Transform; export default translateReactFilesTransform;