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