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