import { ChainId } from "../types/enums"; export declare function getChainExplorerTxUrl(chainId: ChainId, txHash?: string): string; export declare function getChainExplorerAddressUrl(chainId: ChainId, address?: string): string;