import type { ScanReport } from "../types.js"; export declare function renderMarkdown(report: ScanReport): string;