import { BaseAgent, type Claim } from './types.js'; export declare class SkepticAgent extends BaseAgent { constructor(provider: any); attack(claim: Claim, findings: string[]): Promise<{ raw: string; side: "skeptic"; }>; } //# sourceMappingURL=SkepticAgent.d.ts.map