import type { EditorState, Transaction } from 'prosemirror-state';
import type { MarkType } from 'prosemirror-model';
declare const setMark: (type: MarkType, attributes?: Record<string, any>) => (state: EditorState, dispatch?: (tr: Transaction) => void) => boolean;
export default setMark;
//# sourceMappingURL=setMark.d.ts.map