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