import { ChatContextValue } from '../contexts/ChatContext'; export declare const useChat: () => ChatContextValue;