import { BigNumber } from '@ethersproject/bignumber'; import { SWRResponse } from './useLidoSWR'; export declare const useTotalSupply: (token: string) => SWRResponse;