import { UseGlobalHook } from './types';
/** Hook for managing a global variable. */
declare const useGlobal: UseGlobalHook;
export default useGlobal;
