export declare type Writable = { -readonly [P in keyof T]: T[P] }