import type { EthereumProvider } from "hardhat/types/providers";
import type { Address as ViemAddress } from "viem";
export declare function getAccounts(provider: EthereumProvider): Promise<ViemAddress[]>;
//# sourceMappingURL=accounts.d.ts.map