import { type Store } from "./types.js"; export declare function createMemoryStore(): Store; //# sourceMappingURL=memory.d.ts.map