import { TokenAmount } from '@ubeswap/sdk'; /** * Fetches the circulating supply */ export declare const useCirculatingSupply: () => TokenAmount | undefined;