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