import { type Editor, type Range } from '@tiptap/core'; export declare function tuiGetCurrentWordBounds(editor: Editor): Range;