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