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