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