import { MCPClientConfig } from '../types/types.js';
/**
 * Returns all MCP clients that are available for the current platform
 * with resolved paths that are guaranteed to be non-null
 */
export declare function getPlatformClients(): MCPClientConfig[];
