import type { EvalJudge } from './EvalJudge.ts'; import type { ABTaskScore } from './types.ts'; export declare class BlindJudge { private readonly judge; constructor(judge: EvalJudge); compareTask(input: string, expectedOutput: string, outputA: string, outputB: string, metrics: string[]): Promise; } //# sourceMappingURL=BlindJudge.d.ts.map