export type Writable = { -readonly [TKey in keyof T]: T[TKey]; }; //# sourceMappingURL=Writable.d.ts.map