import { NetworkType } from '@bitgo-beta/statics'; import EthereumCommon from '@ethereumjs/common'; /** * @param {NetworkType} network either mainnet or testnet * @returns {EthereumCommon} Ethereum common configuration object */ export declare function getCommon(network: NetworkType): EthereumCommon; //# sourceMappingURL=utils.d.ts.map