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