import { BaseAgent, type ClaimVerdict, type DebateRound } from './types.js'; export declare class JudgeAgent extends BaseAgent { constructor(provider: any); judge(claim: string, debate: DebateRound, findings: string[]): Promise; private parseVerdict; } //# sourceMappingURL=JudgeAgent.d.ts.map