export interface TocAst { level: number; name: string; children: TocAst[]; } //# sourceMappingURL=toc-ast.d.ts.map