export declare const memoryCache: () => { set: (key: string, value: Value) => void; get: (key: string) => Value | undefined; };