/**
 * Chat handler module - manages LLM conversations and tool execution
 *
 * This module orchestrates the conversation flow between users and LLMs,
 * handling streaming responses, tool calls, and conversation state.
 */
export type { ChatHandlerReturn, UseChatHandlerProps } from './types.js';
export { useChatHandler } from './useChatHandler.js';
//# sourceMappingURL=index.d.ts.map