import type { Mutable } from './commonTypes';
export declare function makeMutable<TValue>(initial: TValue): Mutable<TValue>;
//# sourceMappingURL=mutables.native.d.ts.map