import { PublicKey } from '@solana/web3.js'; export declare const HADESWAP_ADDR: PublicKey; export declare const HADESWAP_FEE_PREFIX = "fee_vault"; export declare enum HadeswapOrderType { Buy = "buy", Sell = "sell" } export declare enum HadeswapBondingCurveType { Linear = "linear", Exponential = "exponential", XYK = "xyk" } //# sourceMappingURL=constants.d.ts.map