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