/** * initalize the in-memory cache */ declare function initMemory(): void; export default initMemory;