import { CustomReducers } from '../types'; declare function wrapWithCreate>(leafState: LeafT, treeState: TreeT, reducersDict: CustomReducersT, path?: (string | number)[]): { create: any; } & LeafT; export default wrapWithCreate;