import type { Command } from "../../../pm/state.js"; import type { HeadingLevel } from "./const.js"; export declare const resetHeading: Command; export declare const toHeading: (level: HeadingLevel) => Command;