import { Scope } from "@effect/core/io/Scope/definition"; import { ReleaseMap } from "@effect/core/io/Scope/ReleaseMap/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Updates the finalizers associated with this scope using the specified * function. * @tsplus static effect/core/io/ReleaseMap.Aspects updateAll * @tsplus pipeable effect/core/io/ReleaseMap updateAll * @tsplus location "@effect/core/io/Scope/ReleaseMap/operations/updateAll" */ export declare function updateAll(f: (finalizer: Scope.Finalizer) => Scope.Finalizer): (self: ReleaseMap) => Effect; //# sourceMappingURL=updateAll.d.ts.map