import type { EditorState } from 'prosemirror-state';
import type { NodeType } from 'prosemirror-model';
export default function isNodeActive(state: EditorState, type: NodeType, attributes?: Record<string, any>): boolean;
//# sourceMappingURL=isNodeActive.d.ts.map