/** * Copyright (c) 2025 Elara AI Pty Ltd * Licensed under BSL 1.1. See LICENSE for details. */ /** * In-memory implementation of StorageBackend for testing. * * Provides complete storage functionality without filesystem dependencies. */ export { InMemoryStorage } from './InMemoryStorage.js'; export { InMemoryRepoStore } from './InMemoryRepoStore.js'; //# sourceMappingURL=index.d.ts.map