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