import type { TypingContextValue } from '../../../context/TypingContext';
export declare const useCreateTypingContext: (value: TypingContextValue) => TypingContextValue;
