import { SectionNode, type SectionNodeParams } from './section-node.js'; export declare class TextNode extends SectionNode { constructor(params: SectionNodeParams); getPath(headings: Map): string[]; getUrl(slug: string): string; } //# sourceMappingURL=text-node.d.ts.map