import type { MarkType } from 'prosemirror-model';
import { type EditorState } from 'prosemirror-state';
export default function canSetMark(state: EditorState, newMarkType: MarkType): boolean;
//# sourceMappingURL=canSetMark.d.ts.map