import { type ReviewReport } from "./ReviewReportSchema.js"; export declare const renderReviewReport: (input: ReviewReport) => string; //# sourceMappingURL=ReviewReportRenderer.d.ts.map