import { Effect } from "@effect/core/io/Effect/definition"; import { Scope } from "@effect/core/io/Scope/definition"; /** * Makes a scope. Finalizers added to this scope will be run sequentially in * the reverse of the order in which they were added when this scope is * closed. * @tsplus static effect/core/io/Scope.Ops make * @tsplus location "@effect/core/io/Scope/operations/make" */ export declare const make: Effect; //# sourceMappingURL=make.d.ts.map