import type { ActionSpec } from "../../../core/index.js"; import type { HeadingLevel } from "./const.js"; export declare const headingAction: (level: HeadingLevel) => ActionSpec;