import { Algodv2, Transaction } from "algosdk"; export declare function prepareMintTransactions(algodClient: Algodv2, address: string, storageAddress: string, amount: number, assetName: string): Promise;