import { Dict } from '../../types/util.type'; import { Actions } from '../../types/actions.type'; import LeafReducer from '../../types/reducer.type'; declare function proxyActions, SRD, TS extends Dict = Dict, Target = any, LRD extends LeafReducer.Definitions = any>(proxyBase: PB, reducersDict: SRD, path?: (string | number)[]): Actions.Branch; export default proxyActions;