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