import type { ParsedDocument } from '../types/index.js'; /** * Parses a markdown file and extracts all relevant information */ export declare function parseMarkdown(filePath: string): Promise; /** * Parses markdown to get structured AST (for advanced processing) */ export declare function parseMarkdownToAST(content: string): Promise; //# sourceMappingURL=markdown.d.ts.map