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