import type { TCacheAdapter, TCacheOptions } from "./types";
export declare function createMemoryCache<T = unknown>(options?: TCacheOptions): TCacheAdapter<T>;
//# sourceMappingURL=memory.d.ts.map