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 in parallel when * this scope is closed. * @tsplus static effect/core/io/Scope.Ops parallel * @tsplus location "@effect/core/io/Scope/operations/parallel" */ export declare function parallel(): Effect; //# sourceMappingURL=parallel.d.ts.map