importtype { GenesisState } from'@ethereumjs/common';
/**
* Derives the stateRoot of the genesis block based on genesis allocations
*/exportdeclarefunctiongenesisMPTStateRoot(genesisState: GenesisState): Promise<Uint8Array<ArrayBufferLike>>;
//# sourceMappingURL=genesisState.d.ts.map