import type { ParsedDocument } from "./types.js"; export declare function parseDocument(content: string, filePath: string): ParsedDocument;