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