import { CreateFn, CustomReducers, CustomCreators } from '../types'; declare function makeCustomCreators>(leafState: LeafT, treeState: TreeT, path: (string | number)[], reducersDict: CustomReducersT): CreateFn>; export default makeCustomCreators;