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