import { Env } from "@tsplus/stdlib/service/Env"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Transforms the environment being provided to the channel with the specified * function. * @tsplus static effect/core/stream/Channel.Aspects provideSomeEnvironment * @tsplus pipeable effect/core/stream/Channel provideSomeEnvironment * @tsplus location "@effect/core/stream/Channel/operations/provideSomeEnvironment" */ export declare function provideSomeEnvironment(f: (env: Env) => Env): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=provideSomeEnvironment.d.ts.map