import { Common } from "@nomicfoundation/ethereumjs-common"; import { LocalNodeConfig } from "../node-types"; export declare function makeCommon({ chainId, networkId, hardfork }: LocalNodeConfig): Common; //# sourceMappingURL=makeCommon.d.ts.map