import { Node } from "prosemirror-model";
export declare function removeMarks(doc: Node): Node<any>;
