import { Effect } from "@effect/core/io/Effect/definition"; import { Env } from "@tsplus/stdlib/service/Env"; import { Layer } from "@effect/core/io/Layer/definition"; import { Scope } from "@effect/core/io/Scope/definition"; /** * Constructs a layer from the specified scoped effect, which must return one * or more services. * @tsplus static effect/core/io/Layer.Ops scopedEnvironment * @tsplus location "@effect/core/io/Layer/operations/scopedEnvironment" */ export declare function scopedEnvironment(effect: Effect>): Layer, E, A>; //# sourceMappingURL=scopedEnvironment.d.ts.map