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