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 service * @tsplus location "@effect/core/stream/Channel/operations/service" */ export declare function service(tag: Tag): Channel; //# sourceMappingURL=service.d.ts.map