import { NodeSpec, NodeType, Attrs } from 'prosemirror-model'; import OrderedMap from 'orderedmap'; import { Command } from 'prosemirror-state'; /** An ordered list [node spec](https://prosemirror.net/docs/ref/#model.NodeSpec). Has a single attribute, `order`, which determines the number at which the list starts counting, and defaults to 1. Represented as an `
    ` element. */ declare const orderedList: NodeSpec; /** A bullet list node spec, represented in the DOM as `