import type { Chain } from 'viem'; export declare const getChainDisplayName: (chain?: Chain) => string;