import { AgentState } from '../types'; export declare function strategistAgent(state: AgentState): Promise>; //# sourceMappingURL=strategist.agent.d.ts.map