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