export interface AuthInfo { userId?: string; isAuthenticated: boolean; } /** Read-only auth context. Token excluded — auth is added server-side. */ export declare function useAuth(): AuthInfo; //# sourceMappingURL=useAuth.d.ts.map