import { LexicalEditor } from 'lexical'; import type { TranslationOptions, TranslationResult } from './types'; export declare const translateSelection: (editor: LexicalEditor, options: TranslationOptions) => Promise;