import type { Call } from './call.js'; declare function getEthBalance(address: string, multicallAddress: string): Call; export default getEthBalance;