export type Simplify = { [K in keyof T]: T[K]; } & NonNullable; //# sourceMappingURL=util.d.ts.map