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