import type { BlockchainWallet } from "@rarible/sdk-wallet"; export declare function mintOnChain(wallet: BlockchainWallet, contractAddress: string): Promise;