import type { AgentDescriptor, DetectedAgent } from './agents-types.js'; import { fileExists } from './detect-helpers.js'; export type { AgentId, AgentDescriptor, DetectedAgent, InstallType } from './agents-types.js'; export declare const AGENTS: readonly AgentDescriptor[]; export interface DetectAgentsOptions { cwd?: string; home?: string; } export declare function detectAgents(opts?: DetectAgentsOptions): DetectedAgent[]; export { fileExists }; //# sourceMappingURL=agents.d.ts.map