import { TypedTransaction } from "@ganache/ethereum-transaction"; import { Heap } from "@ganache/utils"; export type Executables = { inProgress: Set; pending: Map>; }; //# sourceMappingURL=executables.d.ts.map