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