import { MarkType } from 'prosemirror-model';
import { Command } from 'prosemirror-commands';
export declare const applyMark: (type: MarkType, attrs?: Record<string, any>) => Command;
