import type { Node } from '@markdoc/markdoc'; export declare class HeadingNode { private node; content: string; attributes: Record; constructor(node: Node); getUrl(slug: string): string; getPath(headings: Map): string[]; } //# sourceMappingURL=heading-node.d.ts.map