import type { AuthenticationState } from '../Types/index.js'; /** * Creates a purely in-memory store for the WASM bridge. * * All state lives in a Map and is lost when the process exits. * Useful for benchmarks, tests, and ephemeral sessions. */ export declare function useMemoryStore(): NonNullable; //# sourceMappingURL=use-memory-store.d.ts.map