import { Editor } from '@tiptap/core'; export declare function getSelectionText(editor: Editor): string;