import type { TransportConfig } from '../types/transport.js';
/**
 * Detects and configures the appropriate transport based on environment variables
 * @returns TransportConfig with the detected transport type and configuration
 */
export declare function detectTransport(): Promise<TransportConfig>;
/**
 * Gets the transport type as a string for logging purposes
 */
export declare function getTransportDescription(config: TransportConfig): string;
//# sourceMappingURL=transport-detector.d.ts.map