import type { Subtree } from '../../../../core/types'; import type { GlobalActions } from '../global-actions'; export declare const useGlobalActionCreators: () => { stateSync: (data?: Subtree) => GlobalActions; };