import type { Editor } from '@tiptap/core'; export declare function cycleDocumentSelectionCase(editor: Editor): boolean;