import type { MCPClientType, McpConnectionParams } from '../types';
export declare function generateMCPDeepLink(clientType: MCPClientType, config: McpConnectionParams): string;
