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