/** * Renderer for `code-review` artifacts. * * Shows: summary, critical count + first 5 with evidence (file:line), * important count, minor count, approved areas. Caps output at 300 lines. * * Pure function — no I/O. Receives the parsed ReviewResult object directly. * * Sprint 11 — colocated in renderers/ per mechanisms/ precedent. */ /** * Render a `code-review` artifact as markdown. */ export declare function renderCodeReview(artifact: unknown): string; //# sourceMappingURL=code-review.d.ts.map