import type { AgentReportData, ReportOutputFormat } from '../types/index.js'; export declare function renderReport(data: AgentReportData, format: ReportOutputFormat): string;