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