import { Utils as SubstrateUtils, Interface } from '@bitgo/abstract-substrate';
import { NetworkType } from '@bitgo/statics';
export declare class Utils extends SubstrateUtils {
getMaterial(networkType: NetworkType): Interface.Material;
}
declare const utils: Utils;
export default utils;
//# sourceMappingURL=utils.d.ts.map