import type { OutlineResult } from "./types.js"; export declare function extractMarkdownOutline(source: string): OutlineResult; //# sourceMappingURL=markdown.d.ts.map