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