import { Exit } from "@effect/core/io/Exit/definition"; import { ExecutionStrategy } from "@effect/core/io/ExecutionStrategy/definition"; import { ReleaseMap } from "@effect/core/io/Scope/ReleaseMap/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Runs the finalizers associated with this scope using the specified * execution strategy. After this action finishes, any finalizers added to * this scope will be run immediately. * @tsplus static effect/core/io/ReleaseMap.Aspects releaseAll * @tsplus pipeable effect/core/io/ReleaseMap releaseAll * @tsplus location "@effect/core/io/Scope/ReleaseMap/operations/releaseAll" */ export declare function releaseAll(ex: Exit, execStrategy: ExecutionStrategy): (self: ReleaseMap) => Effect; //# sourceMappingURL=releaseAll.d.ts.map