declare type GlobalStateHook<T> = [T, (newState: any) => void];
export declare const useGlobalState: <T>() => GlobalStateHook<T>;
export {};
