import { PublicKey } from "@solana/web3.js"; export declare const DUAL_MARKET_PK: PublicKey; export declare const DIP_MM_PK: PublicKey; export declare const DIP_MM_DMS_PLACEHOLDER_PK: PublicKey; export declare const MM_WALLET_PK: PublicKey; export declare const DIP_STATE_SEED = "dip-state"; export declare const VAULT_MINT_SEED = "vault-mint"; export declare const VAULT_SEED = "vault-spl-account"; export declare const PREMIUM_USDC_ACCOUNT_SEED = "usdc-premium-account"; export declare const OPTION_MINT_SEED = "option-mint"; export declare const VAULT_QUOTE_SEED = "usdc-vault-account"; export declare const DIP_MM_PRICING_SEED = "dip-mm-pricing"; export declare const TBTC_MINT_PK: PublicKey; export declare const WBTC_PORTAL_MINT_PK: PublicKey; export declare const BTC_DEV_MINT_PK: PublicKey; export declare const WETH_PORTAL_MINT_PK: PublicKey; export declare const ETH_DEV_MINT_PK: PublicKey; export declare const WSOL_PK: PublicKey; export declare const MNGO_MINT_PK: PublicKey; export declare const BONK_MINT_PK: PublicKey; export declare const BONK_DEV_MINT_PK: PublicKey; export declare const RAY_MINT_PK: PublicKey; export declare const RAY_DEV_MINT_PK: PublicKey; export declare const USDC_MINT_PK: PublicKey; export declare const USDC_DEV_MINT_PK: PublicKey; export declare const DUAL_MINT_PK: PublicKey; export declare const MSOL_MINT_PK: PublicKey; export declare const JITOSOL_MINT_PK: PublicKey; export declare const PYTH_BTC_PK: PublicKey; export declare const PYTH_BTC_DEV_PK: PublicKey; export declare const PYTH_ETH_PK: PublicKey; export declare const PYTH_ETH_DEV_PK: PublicKey; export declare const PYTH_SOL_PK: PublicKey; export declare const PYTH_SOL_DEV_PK: PublicKey; export declare const PYTH_MNGO_PK: PublicKey; export declare const PYTH_MNGO_DEV_PK: PublicKey; export declare const PYTH_MSOL_PK: PublicKey; export declare const PYTH_JITOSOL_PK: PublicKey; export declare const PYTH_JITOSOL_DEV_PK: PublicKey; export declare const PREMIUM_TOKEN_ACCOUNT_PK: PublicKey; export declare const OPTION_VAULT_PK: PublicKey; export declare const DAO_USDC_PK: PublicKey; export declare const PYTH_MAINNET_PKS: PublicKey[]; export declare const PYTH_DEVNET_PKS: PublicKey[]; export declare const PYTH_TO_MINT: { [x: string]: string; }; export declare const MINT_TO_PYTH: { [x: string]: string; }; export declare const COLLATERAL_PK: string[]; export declare const QUOTE_PK: string[]; export declare const VOL_MAP: { [x: string]: number; }; export declare const DIP_STATE_SIZE = 260; export declare const DIP_DECIMALS = 6; export declare const DIP_ATOMS_PER_TOKEN: number; export declare const USDC_ATOMS_PER_TOKEN: number; export declare const NUM_SPL_ATOMS_PER_TOKEN: { [x: string]: number; }; export declare const MM_BID_LIMIT = 3; export declare const RF_RATE = 0.03; export declare const MS_PER_YEAR: number; export declare const MIN_DIP_TIME_REMAINING_MS: number; export declare const NO_ORACLE_PRICE = 0; export declare const MIN_APY = 0.01; export declare const MAX_APY = 10; export declare const DUAL_PRICE = 35000;