export { Trie, genesisStateRoot } from '@ethereumjs/trie'; /** * An hardcoded state root that represents an empty trie. * Can be dynamically computed using keccak256([]) or generateStateRoot([]) */ declare const EMPTY_STATE_ROOT: Uint8Array; export { EMPTY_STATE_ROOT };