import type { EditorState } from 'prosemirror-state'; import type { Parser } from "../types/parser.js"; export declare const getParserFromState: (state: EditorState) => Parser;