import { ethers } from 'ethers'; export default function getBalance({ erc20Address, owner, options }: { erc20Address: string; owner: string; options?: { provider?: ethers.providers.Provider; auroraErc20Abi?: string; auroraEvmAccount?: string; }; }): Promise; //# sourceMappingURL=getBalance.d.ts.map