import { CreateFn } from '../types'; import { BooleanCreators } from './boolean-types'; declare function makeBooleanCreators(leafState: L, path: (string | number)[]): CreateFn>; export default makeBooleanCreators;