export type Omit = Pick>; export type RequireProps = Omit & Required>; type SubsetKeyOf = Ks; export type Replace]: unknown; }> = Omit & { [K in keyof KV]: KV[K]; }; export type Mutable = { -readonly [K in keyof T]: T[K]; }; export {}; //# sourceMappingURL=type-utils.d.ts.map