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