import { PiralActions } from '../types';
/**
 * Hook that gets the actions for manipulating the global state.
 */
export declare function useActions(): PiralActions;
