export declare const SUPPORTED_CHAIN_IDS: string[];
/**
 * Get the network name from a chain id
 *
 * @param chainId - The chain id
 * @returns The network name
 */
export declare function getNetworkNameFromChainId(chainId: string): string | undefined;
