/// import { type AllTyping } from '../types/AllTyping'; export type ActivityTypingContextType = { allTypingState: readonly [ReadonlyMap]; }; declare const ActivityTypingContext: import("react").Context; export default ActivityTypingContext; //# sourceMappingURL=Context.d.ts.map