import { BigNumber } from "ethers"; import { Address } from "../types"; import { Account, ForkedTokens } from "./types"; import { SignerWithAddress } from "@nomiclabs/hardhat-ethers/dist/src/signer-with-address"; import type DeployHelper from "../deploys"; export declare const getAccounts: () => Promise; export declare const getRandomAccount: () => Promise; export declare const getEthBalance: (account: Address) => Promise; export declare const getWallets: () => Promise; export declare const getForkedTokens: () => ForkedTokens; export declare const initializeForkedTokens: (deployer: DeployHelper) => Promise; //# sourceMappingURL=accountUtils.d.ts.map