import { BaseAgent, type ClaimVerdict, type Source, type ResearchDepth } from './types.js'; export declare class WriterAgent extends BaseAgent { constructor(provider: any); write(query: string, verdicts: ClaimVerdict[], sources: Source[], depth: ResearchDepth, format: string, findings?: string[]): Promise; } //# sourceMappingURL=WriterAgent.d.ts.map