/*! * Copyright (c) 2026 Interop Alliance. All rights reserved. */ /** * The session lifecycle layer: the session auth store factory (the four-state * `boot` | `local` | `connected` | `reconnect` machine). */ export { createAuthStore, type SessionStatus, type AuthState, type WasAuthStore } from './authStore.js'; //# sourceMappingURL=index.d.ts.map