/** * Atomically sets the value associated with the current fiber and returns * the old value. */ export declare const getAndSet: (a: A) => (fiberRef: import("./fiberRef.js").XFiberRef) => import("./excl-effect.js").IO; //# sourceMappingURL=getAndSet.d.ts.map