import { BaseEditor, Element, Node, NodeEntry } from "slate"; export declare const wrapChildren: (editor: BaseEditor, whoseChildrenToWrap: NodeEntry, wrapWith: Element) => void;