import type { NodeType } from 'prosemirror-model'; import type { ActionSpec } from "../../../core/index.js"; import { type HeadingLevel } from "./const.js"; export declare const headingAction: (nodeType: NodeType, level: HeadingLevel) => ActionSpec;