/** TTLs (milliseconds) for the in-memory cache, keyed by data category. */ export declare const CACHE_TTL: { readonly PRICE: 30000; readonly POSITION: 60000; readonly STAKING: 120000; readonly YIELD: 600000; readonly SECURITY_VERIFICATION: 86400000; readonly SECURITY_PERMISSIONS: 3600000; readonly PROTOCOL_RISK: 3600000; readonly IMMUNEFI: 86400000; }; export type CacheTTLKey = keyof typeof CACHE_TTL;