import { AssetConfig } from "../models"; import { ENV } from "./env"; export declare const DEVNET_BTC: AssetConfig; export declare const DEVNET_PORT: AssetConfig; export declare const DEVNET_SOL: AssetConfig; export declare const DEVNET_USDC: AssetConfig; export declare const DEVNET_USDT: AssetConfig; export declare const DEVNET_MER: AssetConfig; export declare const DEVNET_SLP: AssetConfig; export declare const MAINNET_SOL: AssetConfig; export declare const MAINNET_USDC: AssetConfig; export declare const MAINNET_USDT: AssetConfig; export declare const MAINNET_PAI: AssetConfig; export declare const MAINNET_SRM: AssetConfig; export declare const MAINNET_BTC: AssetConfig; export declare const MAINNET_MER: AssetConfig; export declare const MAINNET_MSOL: AssetConfig; export declare const MAINNET_PORT: AssetConfig; export declare const MAINNET_PSOL: AssetConfig; export declare const MAINNET_SBR: AssetConfig; export declare const MAINNET_MNDE: AssetConfig; export declare const MAINNET_SLP: AssetConfig; export declare const MAINNET_UST: AssetConfig; export declare const MAINNET_WHETH: AssetConfig; export declare const MAINNET_FIDA: AssetConfig; export declare const MAINNET_STSOL: AssetConfig; export declare const MAINNET_2022_MAR_PPUSDC: AssetConfig; export declare const MAINNET_2022_MAR_PYUSDC: AssetConfig; export declare const DEVNET_ASSETS: AssetConfig[]; export declare const MAINNET_ASSETS: AssetConfig[]; export declare function getAssetConfigs(env: ENV): AssetConfig[]; //# sourceMappingURL=AssetConfigs.d.ts.map