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