import { Trie } from "@nomicfoundation/ethereumjs-trie"; import { GenesisAccount } from "../node-types"; export declare function makeStateTrie(genesisAccounts: GenesisAccount[]): Promise; //# sourceMappingURL=makeStateTrie.d.ts.map