import { PublicKey, TransactionInstruction } from '@solana/web3.js'; export declare function createAuctionIx(params: { keeper: PublicKey; basket: PublicKey; bountyMint: PublicKey; }): TransactionInstruction;