import { type NativeMcpClient } from './connect-clients.js'; import { type ConnectAuthMode } from './connect-runtime.js'; import { type NativeConnectOptions } from './connect-steps.js'; export declare function connectNativeMcpClient(client: NativeMcpClient, options: NativeConnectOptions): Promise;