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