export declare const STATE_MODULE = "state"; export declare const MODULE_POOL_REGISTRY = "pool_registry"; export declare const REWARD_PRECISION: import("bn.js"); export declare const MAPPING_PACKAGE_ID: { testnet: string; mainnet: string; }; export declare const MAPPING_STATE_OBJECT_ID: { testnet: string; mainnet: string; }; export declare const MAPPING_POSITION_OBJECT_TYPE: { testnet: string; mainnet: string; }; export declare const MAPPING_POOL_REGISTRY_OBJECT_ID: { testnet: string; mainnet: string; }; export declare const MAPPING_FLX_COIN_TYPE: { testnet: string; mainnet: string; };