import { EditorState, Plugin } from "prosemirror-state"; /** Creates a bare commonmark state with only the passed plugins enabled */ export declare function createState(content: string, plugins: Plugin[]): EditorState;