import type { StorageAdapter } from "../types.js";
/**
 * In-memory storage adapter
 * Useful for testing and temporary storage
 * Data is lost when process ends
 */
export declare function createMemoryStorage(): StorageAdapter;
//# sourceMappingURL=memory.d.ts.map