import type { Option } from "../Option/index.js"; /** * Atomically modifies the `FiberRef` with the specified partial function. * If the function is undefined on the current value it doesn't change it. */ export declare function updateSome(f: (a: A) => Option): (fiberRef: import("./fiberRef.js").XFiberRef) => import("./excl-effect.js").IO; //# sourceMappingURL=updateSome.d.ts.map