import { Env } from "@tsplus/stdlib/service/Env"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Effectually accesses the environment of the effect. * @tsplus static effect/core/io/Effect.Ops environmentWithEffect * @tsplus location "@effect/core/io/Effect/operations/environmentWithEffect" */ export declare function environmentWithEffect(f: (env: Env) => Effect): Effect; //# sourceMappingURL=environmentWithEffect.d.ts.map