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