import { FetchTokenMintConfigurationsResponse } from "@gala-chain/api"; import { GalaChainContext } from "../types"; export interface IFetchTokenMintConfigurations { collection?: string | undefined; category?: string | undefined; type?: string | undefined; additionalKey?: string | undefined; bookmark?: string | undefined; limit?: number | undefined; } export declare function fetchTokenMintConfigurations(ctx: GalaChainContext, data: IFetchTokenMintConfigurations): Promise; //# sourceMappingURL=fetchMintConfigurations.d.ts.map