export declare const MCP_RUNTIME_MODES: readonly ["repo-local", "daemon"]; export type McpRuntimeMode = typeof MCP_RUNTIME_MODES[number]; export declare function parseMcpRuntimeMode(raw: string | undefined, flag: string): McpRuntimeMode; //# sourceMappingURL=mcp-runtime.d.ts.map