/** * Atomically modifies the `FiberRef` with the specified function and returns * the result. */ export declare function updateAndGet(f: (a: A) => A): (fiberRef: import("./fiberRef.js").XFiberRef) => import("./excl-effect.js").IO; //# sourceMappingURL=updateAndGet.d.ts.map