import type { GenesisState } from '@ethereumjs/util'; /** * Derives the stateRoot of the genesis block based on genesis allocations */ export declare function genesisStateRoot(genesisState: GenesisState): Promise; //# sourceMappingURL=genesisState.d.ts.map