import { Platform } from "../installSkills/index.js";

//#region src/installMCP/installMCP.d.ts
type MCPTransport = 'stdio' | 'sse';
/**
 * Installs the Intlayer MCP server configuration for a specific platform.
 */
declare const installMCP: (projectRoot: string, platform: Platform, transport: MCPTransport) => Promise<string>;
//#endregion
export { MCPTransport, installMCP };
//# sourceMappingURL=installMCP.d.ts.map