import type { DoctorReport } from "../codex/types.js"; import type { RuleMatch } from "../engine/matcher.js"; import type { Platform } from "../knowledge/schema.js"; export declare function renderMarkdownReport(input: { report?: DoctorReport; matches: RuleMatch[]; platform: Platform; locale: string; diagnosticText?: string; }): string; //# sourceMappingURL=markdown.d.ts.map