import type { Heading } from '../types';
export declare function parse(markdown: string): Heading[];
