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