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