import { HexString } from 'aptos'; export declare class NetworkConfiguration { name: string; fullNodeUrl: string; faucetUrl: string; coinListAddress: HexString; hippoAggregatorAddress: HexString; pontemAddress: HexString; pontemV05Address: HexString; econiaAddress: HexString; basiqAddress: HexString; dittoAddress: HexString; tortugaAddress: HexString; aptoswapAddress: HexString; auxAddress: HexString; animeAddress: HexString; cetusAddress: HexString; pancakeAddress: HexString; obricAddress: HexString; cetusClmmAddress: HexString; thalaAddress: HexString; isMainNet: boolean; constructor(name: string, fullNodeUrl: string, faucetUrl: string, coinListAddress: HexString, hippoAggregatorAddress: HexString, pontemAddress: HexString, pontemV05Address: HexString, econiaAddress: HexString, basiqAddress: HexString, dittoAddress: HexString, tortugaAddress: HexString, aptoswapAddress: HexString, auxAddress: HexString, animeAddress: HexString, cetusAddress: HexString, pancakeAddress: HexString, obricAddress: HexString, cetusClmmAddress: HexString, thalaAddress: HexString, isMainNet?: boolean); } export declare const LOCAL_CONFIG: NetworkConfiguration; export declare const TESTNET_CONFIG: NetworkConfiguration; export declare const MAINNET_CONFIG: NetworkConfiguration; export declare const CONFIGS: { localhost: NetworkConfiguration; testnet: NetworkConfiguration; mainnet: NetworkConfiguration; }; export declare const HIPPO_API_ORIGIN = "https://api.hippo.space"; //# sourceMappingURL=configuration.d.ts.map