import type { ChatContextValue } from '../../../context/ChatContext';
export declare const useCreateChatContext: (value: ChatContextValue) => ChatContextValue;
