import { Networks } from '../../types';
export declare const getExplorerLinkByNetwork: (networkName: Networks) => string;
