import { InMemoryLRUCache } from '@apollo/utils.keyvaluecache'; export declare class RequestCache { private static self; private defaultCacheSetting; cache: InMemoryLRUCache; private constructor(); static get instance(): RequestCache; set(newId: object): Promise; get(): Promise; }