/** * Authenticated MCP wiring: merges JSON configs and/or runs vendor CLIs where needed. * Cursor, Claude Code, Copilot, and Codex get bundled local plugins (skills, manifest, plugin MCP file). * Codex: plugin copy + `codex plugin add` + `[mcp_servers.reconstruct]` in ~/.codex/config.toml (not `codex mcp add`). * Optional `--with-skills` copies template commands/rules for Cursor and Antigravity only (shared helper). * Context Cloud guidance is installed by default for each configured assistant; pass `--no-guidance` to skip. */ export declare function installCommand(options: { assistant?: string; all?: boolean; withSkills?: boolean; noGuidance?: boolean; templatesPath?: string; cliVersion?: string; organizationId?: string; }): Promise; //# sourceMappingURL=install.d.ts.map