import { HubbleConfig, SolanaCluster } from './index';
/**
 * Get Hubble configuration for specific Solana cluster.
 * @param cluster - Solana cluster name
 */
export declare const getConfigByCluster: (cluster: SolanaCluster) => HubbleConfig;
/**
 * Get all Hubble configurations.
 */
export declare const getAllConfigs: () => HubbleConfig[];
