export declare const CachedSystem: { cached: Record; clearCached: (prefix: string) => void; withCached: (key: string, fnResponse: () => Promise) => Promise; };