import { Chain } from '../../enums';
/**
 * Given a chain, return the blockchain explorer's host URI.
 */
export declare function chainToBlockchainExplorerHost(_chain?: Chain): string;
