import type { ChatContextValue } from '../../../context/ChatContext'; import type { DefaultStreamChatGenerics } from '../../../types/types'; export declare const useCreateChatContext: (value: ChatContextValue) => ChatContextValue; //# sourceMappingURL=useCreateChatContext.d.ts.map