import type { TranslatorPlugin, TranslatorOptions } from './types'; export declare function createTranslatorPlugin(options?: TranslatorOptions): TranslatorPlugin; //# sourceMappingURL=translateText.d.ts.map