import { NodeType } from '@sse-editor/pm/model'; import { EditorState } from '@sse-editor/pm/state'; export declare function isNodeActive(state: EditorState, typeOrName: NodeType | string | null, attributes?: Record): boolean;