import { SetMintingCapArgs, NearContractCall, SetMintingCapArgsResponse } from '../types'; /** * Deposits 0.01 * listAmount of near to the market contract to be consumed for listing purposes * @param args {@link SetMintingCapArgs} * @returns contract call to be passed to @mintbase-js/sdk execute method */ export declare const setMintingCap: (args: SetMintingCapArgs) => NearContractCall; //# sourceMappingURL=setMintingCap.d.ts.map