import type { SlateEditor } from '@udecode/plate-common'; import type { Node, NodeEntry } from 'slate'; import type { ListsSchema } from '../types'; export declare function mergeListWithPreviousSiblingList(editor: SlateEditor, schema: ListsSchema, [node, path]: NodeEntry): boolean;