import { Optional } from "utility-types"; declare type Partial = Optional; export default Partial;