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