import type { Common } from "@ethereumjs/common"; /** * Effectively removes the 3860 InitCode Size Limit check by increasing the init * code size to Number.MAX_SAFE_INTEGER. * * This number works because an initcode can practically never be that large * (approx 9 PetaBytes!). * * @param common * @returns */ export declare function removeEIP3860InitCodeSizeLimitCheck(common: Common): void; export declare function changeCommonParamValue(common: Common, eip: number, topic: string, name: string, value: bigint): void; //# sourceMappingURL=common-helpers.d.ts.map