export declare function useSession(): { sessionId: string | null; userId: string | null; provider: string | null; model: string | null; /** Live session mode ('coo' | 'chat' | null) — COO toggle routing source. */ mode: string | null; }; //# sourceMappingURL=use-session.d.ts.map