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