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 in the * context of a stream. * @tsplus static effect/core/stream/Stream.Ops serviceWithStream * @tsplus location "@effect/core/stream/Stream/operations/serviceWithStream" */ export declare function serviceWithStream(tag: Tag, f: (resource: T) => Stream): Stream; //# sourceMappingURL=serviceWithStream.d.ts.map