import { METxSigned } from './shared'; import Big from 'big.js'; export declare const makeMEAcceptBidTx: ({ tokenMint, buyer, seller, priceLamports, newPriceLamports, apiKey, }: { tokenMint: string; buyer: string; seller: string; priceLamports: Big; newPriceLamports: Big; apiKey: string; }) => Promise; //# sourceMappingURL=accept_bid.d.ts.map