import type { AgentSession } from './session.js'; export interface SessionRef { current: AgentSession; }