import { type Writable } from '@augment-vir/core'; /** * This function does nothing but return the input as a writable typed version of itself. * * @category Type * @category Package : @augment-vir/common * @package [`@augment-vir/common`](https://www.npmjs.com/package/@augment-vir/common) */ export declare function makeWritable(input: T): Writable;