/** * `agenticros claude` — thin wrapper around unified MCP setup (Claude hosts). */ import { claudeOnPath } from "../util/mcp-setup.js"; export interface ClaudeSetupOptions { project?: boolean; desktop?: boolean; quiet?: boolean; } export interface ClaudeDoctorOptions { json?: boolean; } export { claudeOnPath }; export declare function claudeSetupCommand(opts?: ClaudeSetupOptions): Promise; export declare function claudeDoctorCommand(opts?: ClaudeDoctorOptions): Promise; //# sourceMappingURL=claude.d.ts.map