import type { ConnectTargetId } from "./install-targets.js"; export interface DetectedAgent { id: ConnectTargetId; name: string; detected: boolean; path: string | null; kind: "cli" | "app" | "manual"; } export declare function detectAgents(): DetectedAgent[]; //# sourceMappingURL=agent-detect.d.ts.map