import { ChainName } from './chains'; export declare type BlockExplorerName = 'etherscan'; export declare type BlockExplorer = { name: string; url: string; }; declare type EtherscanChains = Extract; export declare const etherscanBlockExplorers: Record; export {};