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