import { CreateFn } from "../types"; declare function makeTypedCreators(leafState: L, path: (string | number)[]): CreateFn; export default makeTypedCreators;