import type { Mutable } from './commonTypes'; export declare function makeMutableUI(initial: Value): Mutable; declare function makeMutableWeb(initial: Value): Mutable; export declare const makeMutable: typeof makeMutableWeb; export {}; //# sourceMappingURL=mutables.d.ts.map