import type {Writable} from './writable'; /** @deprecated @see Writable */ export type Mutable = Writable;