import type { JudgeVerdict } from "./judge.js";
export declare function renderJudgeReport(verdict: JudgeVerdict): string;
