import type { EditorState, Command } from 'prosemirror-state'; declare class HorizontalRule { insert(): Command; canExecute(state: EditorState): boolean; } export default HorizontalRule;