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