export declare function webResearchAgent(input: string, onStream?: (chunk: string) => void): Promise<{ output: string; }>; //# sourceMappingURL=webResearchAgent.d.ts.map