import { SecureTrie as Trie } from "merkle-patricia-tree"; import { GenesisAccount } from "../node-types"; export declare function makeStateTrie(genesisAccounts: GenesisAccount[]): Promise; //# sourceMappingURL=makeStateTrie.d.ts.map