import { PublicKey } from "@solana/web3.js"; import { TransactionInstruction } from "@solana/web3.js"; export declare function redeemTokensIx(params: { keeper: PublicKey; basket: PublicKey; owner: PublicKey; tokenMints: PublicKey[]; }): TransactionInstruction;