import { type CurrentWritable } from '../../utilities/currentWritable.js'; export type ThrelteUserContext = CurrentWritable>; export declare const createUserContext: () => ThrelteUserContext; /** * ### `useUserContext` * * @returns The user context store. The context is to be used with * `useThrelteUserContext` to set and get the user context. */ export declare const useUserContext: () => ThrelteUserContext;