import { MarkType } from 'prosemirror-model'; import type { Command } from 'prosemirror-state'; export declare const removeMark: (type: MarkType) => Command;