import type { Command } from 'prosemirror-state'; import { type HeadingLevel } from "./const.js"; export { resetHeading } from "../../markdown/Heading/commands.js"; export declare const toHeading: (level: HeadingLevel) => Command;