export declare enum BondingCurveType {
    Linear = "linear",
    Exponential = "exponential",
    XYK = "xyk"
}
export declare enum PairType {
    TokenForNFT = "tokenForNft",
    NftForToken = "nftForToken",
    LiquidityProvision = "liquidityProvision"
}
export declare enum NftValidationWhitelistType {
    Creator = "creator",
    Nft = "nft",
    CollectionId = "collectionId"
}
export declare enum OrderType {
    Buy = "buy",
    Sell = "sell"
}
