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