import type { Chain } from 'wagmi/chains';
export declare const chainToExplorerUrl: (chain?: Chain) => string | undefined;
