/// <reference types="lodash" />
import type { EthereumProvider } from "hardhat/types";
import type { Address } from "viem";
export declare const getAccounts: ((provider: EthereumProvider) => Promise<Address[]>) & import("lodash").MemoizedFunction;
//# sourceMappingURL=accounts.d.ts.map