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 serviceWith * @tsplus location "@effect/core/stream/Stream/operations/serviceWith" */ export declare function serviceWith(tag: Tag, f: (resource: T) => A): Stream; //# sourceMappingURL=serviceWith.d.ts.map