import { web3 } from '@project-serum/anchor'; export declare const WRAPPED_SOL_MINT: web3.PublicKey; export declare const AUCTION_HOUSE_PROGRAM_ID: web3.PublicKey; export declare const LIQNFT_TREASURY_ACCOUNT: web3.PublicKey; export declare const AUCTION_HOUSE = "auction_house"; export declare const FEE_PAYER = "fee_payer"; export declare const TREASURY = "treasury"; export declare const CANDY_STORE = "candy_shop"; export declare const AUTHORITY = "authority"; export declare const ORDER = "order"; export declare type Side = 'sell' | 'buy'; //# sourceMappingURL=constants.d.ts.map