export declare const LENDING_POOL_ADDRESSES: { address: string; chainId: number; }[]; export declare const PROTOCOL_DATA_PROVIDER_ADDRESSES: { address: string; chainId: number; }[]; export declare const PRICE_ORACLE_ADDRESSES: { address: string; chainId: number; }[]; export declare const ASSET_APY_TYPES: { key: string; value: string; }[]; export declare const R_TOKENS: { 1: never[]; 10: never[]; 42161: { symbol: string; address: string; decimals: number; underlying: string; chainId: number; }[]; 8453: never[]; 421613: never[]; 11155111: never[]; 5: never[]; };