/**
* Convert raw HTML to clean, LLM-friendly Markdown.
* Strips navigation, scripts, ads, and other boilerplate.
* Truncates output to 30KB.
*/
export declare function convertHtmlToMarkdown(html: string, url?: string): string;
//# sourceMappingURL=html-to-markdown.d.ts.map