import type { CreateGlobalState } from './types';
/**
 * Creates a global state hook
 */
export declare const createGlobalState: CreateGlobalState;
export default createGlobalState;
export type { InferActionsType, InferStateApi, AnyActions } from './types';
