export interface HeadingLink {
    id: string;
    type: string;
    name: string;
    /** level of the section */
    level?: number;
}
//# sourceMappingURL=toc.d.ts.map