/** * 统一的会话状态管理hook * 用于管理会话列表和会话切换状态 * 现在使用Context来确保全局状态同步 */ export declare const useSessionState: () => import('../context/SessionContext').SessionContextValue; export default useSessionState;