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