import type { GenesisState } from '@ethereumjs/common'; /** * Utility to get the genesisState of a well known network * @param: chainId of the network * @returns genesisState of the chain */ export declare function getGenesis(chainId: number): GenesisState | undefined; //# sourceMappingURL=index.d.ts.map