import type { Chat } from '../types'; export declare function useChat(): Chat;