import type { SessionInfo } from '../types'; /** * Returns live session info — refreshes whenever the component renders. * * ```tsx * function DebugScreen() { * const session = useSession(); * return Session: {session?.sessionId}; * } * ``` */ export declare function useSession(): SessionInfo | null; //# sourceMappingURL=useSession.d.ts.map