import type { ActionCreator } from '../../libs/cargo-hold'; export declare const useGlobalActionCreator: (actionCreator?: ActionCreator | undefined) => (...params: Params) => void;