import { Heading } from 'mdast';
import { Handler } from '../parser.js';
export declare const heading: Handler<Heading>;
