import { BaseAgent, type ClaimVerdict } from './types.js'; export declare class LogicCritic extends BaseAgent { constructor(provider: any); critique(verdicts: ClaimVerdict[], rawOutput: string): Promise<{ raw: string; score: number; }>; private extractScore; } //# sourceMappingURL=LogicCritic.d.ts.map