import type { AgentId, DetectedAgent } from './agents.js'; export declare class NotTtyError extends Error { constructor(); } export declare function selectAgents(detected: DetectedAgent[]): Promise; //# sourceMappingURL=select-agents.d.ts.map