import type { NodeSpec, NodeType } from 'prosemirror-model'; import { type CoreEditor, Node } from '@kerebron/editor'; import type { CommandFactories, CommandShortcuts } from '@kerebron/editor/commands'; export declare class NodeHorizontalRule extends Node { name: string; requires: string[]; getNodeSpec(): NodeSpec; getCommandFactories(editor: CoreEditor, type: NodeType): Partial; getKeyboardShortcuts(): Partial; } //# sourceMappingURL=NodeHorizontalRule.d.ts.map