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