import type { SlateEditor } from '@udecode/plate-common'; import { type NodeEntry, Path } from 'slate'; export declare function getNextSibling(editor: SlateEditor, path: Path): NodeEntry | null;