import type { StateModel, TopLevelDataSchema } from './types'; export declare function useStateContext(): StateModel;