import { TokenClassKeyProperties } from "@gala-chain/api"; import BigNumber from "bignumber.js"; import { GalaChainContext } from "../types"; export declare function fetchMintSupply(ctx: GalaChainContext, tokenClass: TokenClassKeyProperties, offsetCurrentTimeMs?: number | undefined): Promise; //# sourceMappingURL=fetchMintSupply.d.ts.map