import { LeafReducer } from '../types/reducer.type'; import { LeafStandardAction } from '../types/action.type'; export declare const leafReducer: (leafState: any, action: LeafStandardAction, wholeState: any, initialWhole: any, reducersDict: Record>) => any;