import { Scope } from "@effect/core/io/Scope/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Accesses the current scope and uses it to perform the specified effect. * @tsplus static effect/core/io/Effect.Ops scopeWith * @tsplus location "@effect/core/io/Effect/operations/scopeWith" */ export declare function scopeWith(f: (scope: Scope) => Effect): Effect; //# sourceMappingURL=scopeWith.d.ts.map