import { BaseAgent, type Source } from './types.js'; export declare class ResearchAgent extends BaseAgent { constructor(provider: any); research(query: string, topics: string[]): Promise<{ raw: string; findings: string[]; sources: Source[]; }>; private extractFindings; private extractSources; } //# sourceMappingURL=ResearchAgent.d.ts.map