import * as anchor from '@project-serum/anchor'; import { AnchorWallet } from '@solana/wallet-adapter-react'; export declare function sellNft(wallet: AnchorWallet, tokenAccount: anchor.web3.PublicKey, tokenAccountMint: anchor.web3.PublicKey, treasuryMint: anchor.web3.PublicKey, metadata: anchor.web3.PublicKey, authority: anchor.web3.PublicKey, authorityBump: number, auctionHouse: anchor.web3.PublicKey, feeAccount: anchor.web3.PublicKey, candyShop: anchor.web3.PublicKey, price: anchor.BN, amount: anchor.BN, program: anchor.Program): Promise; //# sourceMappingURL=sell.d.ts.map