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