import { Env } from "@tsplus/stdlib/service/Env"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Provides the channel with its required environment, which eliminates its * dependency on `Env`. * @tsplus static effect/core/stream/Channel.Aspects provideEnvironment * @tsplus pipeable effect/core/stream/Channel provideEnvironment * @tsplus location "@effect/core/stream/Channel/operations/provideEnvironment" */ export declare function provideEnvironment(env: Env): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=provideEnvironment.d.ts.map