import type { McpTransport, TransportConfig } from './types.js'; export declare const createTransport: (config: TransportConfig) => McpTransport;