import { Connection } from '@solana/web3.js'; import BN from 'bn.js'; import { TxWithHeight } from '../../solana_contrib/types'; export declare const makeSolanartBuyTx: ({ connections, buyer, seller, tokenMint, priceLamports, blockhash, }: { connections: Array; buyer: string; seller: string; tokenMint: string; priceLamports: BN; blockhash?: string | undefined; }) => Promise; //# sourceMappingURL=buy.d.ts.map