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