export declare const SUI_CHAIN_ID = 101; export declare const EMBER_API_BASE_URL = "https://vaults.api.sui-prod.bluefin.io/api/v1/vaults"; export declare const EMBER_ENDPOINTS: { readonly VAULTS: "/"; readonly TVL: "/tvl-history"; }; export declare const EMBER_DEFAULTS: { readonly DECIMALS: 18; readonly USD_DECIMALS: 6; readonly E9_DIVISOR: 1000000000; readonly BPS_TO_PERCENT: 100; readonly VERSION: "sui-0"; }; export declare const ALLOWED_SUI_VAULT_ADDRESSES: string[];