import { Connection, PublicKey } from '@solana/web3.js'; import BN from 'bn.js'; export declare const AUCTION_HOUSE = "auction_house"; export declare const AUCTION_HOUSE_PROGRAM_ID: PublicKey; export declare const AUCTION_HOUSE_KEYS: { OpenSea: string; Solanart: string; CoralCube: string; Fractal: string; }; export declare const getQuantityWithMantissa: (conn: Connection, quantity: BN | number, mint: PublicKey) => Promise; //# sourceMappingURL=shared.d.ts.map