import { LRUCache } from 'lru-cache'; export declare const SVC_CACHE_TTL_MS: number; export declare const svcCache: LRUCache;