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