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