import LeafReducerConfig from "../../types/Leaf/Reducer/Config"; import Dict from "../../types/Dict"; declare class ActionsProxy { [key: string]: any; constructor(stateShape: Dict, actionsDict: Dict, path?: (string | number)[]); } export default ActionsProxy;