import { Cache } from "@ethereumjs/statemanager/dist/cache"; import { GanacheTrie } from "../helpers/trie"; export declare class ForkCache extends Cache { constructor(trie: GanacheTrie); } //# sourceMappingURL=cache.d.ts.map