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