import { IAddress, IPoolFunctions } from '../../types'; export declare const VAULT_ALLOCATION_SUBACCOUNTS: { AgoraAUSD: { address: IAddress; subaccount: IAddress; useDebank: boolean; }; earnAUSD: { address: IAddress; subaccount: IAddress; useDebank: boolean; }; }; export declare const MULTI_ASSET_VAULTS: `0x${string}`[]; export declare const WRAPPER_ADAPTOR: { 43114: IAddress; 1: IAddress; }; export declare const OLD_LENDING_POOLS: `0x${string}`[]; export declare const IDLE_CAPITAL_BORROWER_ADDRESS: `0x${string}`[]; export declare const VAULT_FUNCTIONS_V1: IPoolFunctions[]; export declare const VAULT_FUNCTIONS_V2: IPoolFunctions[]; export declare const VAULT_FUNCTIONS_V2_RECEIPT: IPoolFunctions[]; export declare const VAULT_FUNCTIONS_V2_WHITELISTED_ASSETS: IPoolFunctions[]; export declare const NEMO_VAULT_ADDRESS = "0xa422c3018c46ba90a14acd14f96cb60616f5c91b"; export declare const GOLDSKY_BASE_URL = "https://api.goldsky.com/api/private/project_cm9g0xy3o4j6v01vd34r3hvv9/subgraphs"; export declare const SUBGRAPH_VAULT_URLS: Record; type VaultSymbols = 'sentusd' | 'pregrid' | 'repouscc' | 'earnxrp' | 'tivkbtc' | 'tivusdt0' | 'supermon' | 'earnmon' | 'k3europ' | 'wmon/ausd' | 'wbtc/ausd' | 'earnausd_monad' | 'sausd' | 'farmbold' | 'sentuscc' | 'sentbtc' | 'svusdc' | 'apusdc' | 'testwethtsa' | 'tacusr' | 'upinjusdt' | 'tac-teth' | 'upausd' | 'taccbbtc' | 'xupusdc' | 'uptbtc' | 'gteth' | 'ageth' | 'upusdc' | 'hgeth' | 'upssylva' | 'hbbtc' | 'hbhype' | 'upazt' | 'susdt' | 'upedge' | 'coreusdc' | 'upcusdo' | 'shifteth' | 'upsusde' | 'uplbtc' | 'upavax' | 'tacrseth' | 'musd' | 'earnausd' | 'alpineusdcflagship' | 'alpinecoinshiftusdc' | 'upbtc' | 'upstrbtc' | 'maxiusr' | 'upgammausdc' | 'xhype' | 'wildusd' | 'alpinebtc' | 'prenusd' | 'upyzusd' | 'upnusd' | 'hlpe' | 'nemo eth yield'; export declare const VAULT_SYMBOLS: Record; export declare const VAULT_SYMBOLS_REVERSE: Record; export {};