/**
 * Authentication Package
 * Provides JWT-based authentication for BaoLife.
 */
export { type TokenPayload, type SessionInfo, AuthError, AuthManager, authManager, requireAuth, isAuthenticated, auth, } from './auth.js';
//# sourceMappingURL=index.d.ts.map