import type { Mutable } from './commonTypes';
declare function makeMutableWeb<TValue>(initial: TValue): Mutable<TValue>;
export declare const makeMutable: typeof makeMutableWeb;
/** @deprecated Used only in `animationsManager.ts`. Don't use. */
export declare function makeMutableUI<TValue>(initial: TValue): Mutable<TValue>;
export {};
//# sourceMappingURL=mutables.d.ts.map