import { LeafStandardAction } from '../../types/action.type'; declare function leafReducerCustom(leafState: LS, action: LeafStandardAction, wholeState: TS, reducersDict: RD): any; export default leafReducerCustom;