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