import { __INTERNAL__ } from '@rest-hooks/react'; export { StateContext, DispatchContext } from '@rest-hooks/react'; export const createFetch: typeof __INTERNAL__.createFetch = __INTERNAL__.createFetch; export const createReceive: typeof __INTERNAL__.createReceive = __INTERNAL__.createReceive; export const createReceiveError: typeof __INTERNAL__.createReceiveError = __INTERNAL__.createReceiveError; export const initialState = __INTERNAL__.initialState; export const DELETED = __INTERNAL__.DELETED; export const inferResults: typeof __INTERNAL__.inferResults = __INTERNAL__.inferResults; export const createReducer = __INTERNAL__.createReducer; export const applyManager = __INTERNAL__.applyManager; export const useCacheState = __INTERNAL__.useCacheState;