import * as Tp from "../Collections/Immutable/Tuple/index.js"; import type { Option } from "../Option/index.js"; /** * Atomically modifies the `FiberRef` with the specified partial function, which computes * a return value for the modification if the function is defined in the current value * otherwise it returns a default value. * This is a more powerful version of `updateSome`. */ export declare function modifySome(defaultValue: () => B): (f: (a: A) => Option>) => (fiberRef: import("./fiberRef.js").XFiberRef) => import("./excl-effect.js").IO; //# sourceMappingURL=modifySome.d.ts.map