// Declaration companion generated from use-chat.tsrx. import type { AnyClientTool, SchemaInput } from '@tanstack/ai/client'; import type { InferredClientContext } from '@tanstack/ai-client'; import type { UseChatOptions, UseChatReturn } from './types'; export declare function useChat = any, TSchema extends SchemaInput | undefined = undefined, TContext = InferredClientContext>(options: UseChatOptions): UseChatReturn;