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