/**
* Function will create a list of wrapper blocks present in a selection.
*/import { NodeType } from"prosemirror-model";
import { EditorState } from"prosemirror-state";
export declare functiongetSelectedWrapperNodes(state: EditorState): NodeType[];