import { CosmosConfig } from '../cosmosConfig/types.js';
export declare function getPlaygroundUrls(config: CosmosConfig): string[];
export declare function logPlaygroundUrls(config: CosmosConfig): void;
