import { Schema } from "prosemirror-model"; import { EditorState } from "prosemirror-state"; export declare const EMPTY_SCHEMA: Schema<"doc" | "text", any>; export declare const EMPTY_STATE: EditorState;