import { CosmosConfig } from '../cosmosConfig/types.js';
export declare function getWebSocketUrl(config: CosmosConfig): string;
