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