import { Editor, NodeEntry } from 'slate'; export declare function normalizeOnlyAtRoot(editor: Editor, entry: NodeEntry): boolean;