import { Exit } from "@effect/core/io/Exit/definition"; import { Scope } from "@effect/core/io/Scope/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Closes a scope with the specified exit value, running all finalizers that * have been added to the scope. * @tsplus pipeable effect/core/io/Scope/Closeable close * @tsplus location "@effect/core/io/Scope/operations/close" */ export declare function close(exit: Exit): (self: Scope.Closeable) => Effect; //# sourceMappingURL=close.d.ts.map