import { BigNumber } from '@ethersproject/bignumber'; import { SWRResponse } from './useLidoSWR'; export declare const useEthereumBalance: (account?: string | undefined, config?: Partial>> | undefined) => SWRResponse;