import type { StateStorage } from 'zustand/middleware';
export declare function createInMemoryStore(): StateStorage;
