import { Connection } from '@solana/web3.js'; import BN from 'bn.js'; import { TxWithHeight } from '../../solana_contrib/types'; export declare const makeAHBidTx: (connections: Array, tokenMint: string, bidder: string, auctionHouse: string, priceLamports: BN, totalDepositLamports?: BN, tokenSize?: number) => Promise; //# sourceMappingURL=bid.d.ts.map