import EthereumCommon from '@ethereumjs/common'; /** * A Common object defining the chain and the hardfork for ETC Testnet */ export declare const testnetCommon: EthereumCommon; /** * A Common object defining the chain and the hardfork for ETC Mainnet */ export declare const mainnetCommon: EthereumCommon; //# sourceMappingURL=resources.d.ts.map