import { Algodv2, Transaction } from "algosdk"; export declare function prepareClaimRewardsTransactions(algodClient: Algodv2, asset: string, address: string, storageAddress: string): Promise;