import { SessionManager } from './manager'; export { Session, type BaseSessionOptions, type SessionOptions, type SessionState } from './common'; export { SessionManager, type ManagerMessage } from './manager'; export declare function createSessionManager(userId: string): SessionManager; export declare function getSessionManager(): SessionManager; //# sourceMappingURL=index.d.ts.map