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