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