import { memoryStoreAdapter } from "@vendoai/core/conformance"; /** Canonical test-only StoreAdapter shared by block fixtures. */ export declare const memoryStore: typeof memoryStoreAdapter; export type MemoryStoreAdapter = ReturnType; //# sourceMappingURL=memory-store.d.ts.map