import type { SlateEditor } from '@udecode/plate-common'; import { type Path, Point } from 'slate'; export declare function getCursorPositionInNode(editor: SlateEditor, cursorLocation: Point, nodePath: Path): { isEnd: boolean; isStart: boolean; };