import { SectionNode, type SectionNodeParams } from './section-node.js'; declare const HeadingNode_base: { new (...args: any[]): { [x: string]: any; "__#private@#id": string; get id(): string; }; } & typeof SectionNode; export declare class HeadingNode extends HeadingNode_base { constructor(params: Omit); getUrl(slug: string): string; getPath(headings: Map): string[]; } export {}; //# sourceMappingURL=heading-node.d.ts.map