import type { ResolvedHost } from "./host.js"; export interface HostAdapter { id: ResolvedHost; rootGuidanceSource: string; rootGuidanceTarget: string; commandSourceDir: string; commandTargetDir: string; skillTargetDir: string; agentTargetDir?: string; installGeminiMd: boolean; supportsMcp: boolean; } export declare function getHostAdapter(host: ResolvedHost): HostAdapter; //# sourceMappingURL=host-adapters.d.ts.map