import { type McpClientConfig, type McpInstallScope } from '../lib/config-writers.js'; export type SupportedInstallClient = 'claude-code' | 'cursor' | 'claude-desktop'; export declare const HOSTED_CLIENT_DEFAULT_SCOPE: Record; export declare function resolveHostedClientConfig(client: SupportedInstallClient, scope?: McpInstallScope): McpClientConfig; export declare function runInstall(): Promise; //# sourceMappingURL=install.d.ts.map