import type { ParseResult } from "../types/index.js"; export declare function parseMarkdown(content: string, lines: string[]): ParseResult;