import { SignerWithAddress } from "@nomiclabs/hardhat-ethers/dist/src/signer-with-address"; import { Address } from "../types"; import { IERC20 } from "../../typechain"; export declare type Account = { address: Address; wallet: SignerWithAddress; }; export declare type ForkedTokens = { [key: string]: IERC20; }; //# sourceMappingURL=types.d.ts.map