import { DeployContractArgs, DeployContractArgsResponse, NearContractCall } from '../types'; /** * Deploys a contract from a certain contractFactoryId * @param DeployContractArgs {@link DeployContractArgs} * @returns contract call to be passed to @mintbase-js/sdk execute method */ export declare const deployContract: (args: DeployContractArgs) => NearContractCall; //# sourceMappingURL=deployContract.d.ts.map