import { LeafStandardAction } from "../types"; declare function universalLeafReducer(leafState: L, treeState: T, action: A, originalState: T): L; export default universalLeafReducer;