import type { AgentConfig } from './types.js'; export declare function gatherRecon(task: string, cwd: string, config?: AgentConfig): Promise; //# sourceMappingURL=recon.d.ts.map