/** * AI 友好输出 — 将 HTML 页面转为结构化 Markdown,供 AI 读懂后展示 */ export declare function htmlToAiMarkdown(html: string): string; //# sourceMappingURL=ai-markdown.d.ts.map