import { Editor } from 'slate'; import { Option } from '../option'; export declare function mergeCells(editor: Editor, anchorKey: string, focusKey: string, opts: Required): Editor | undefined; export declare function canMerge(editor: Editor, anchorKey: string, focusKey: string, opts: Required): boolean;