import { Tag } from "@tsplus/stdlib/service/Tag"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Updates a service in the environment of this channel. * @tsplus static effect/core/stream/Channel.Aspects updateService * @tsplus pipeable effect/core/stream/Channel updateService * @tsplus location "@effect/core/stream/Channel/operations/updateService" */ export declare function updateService(tag: Tag, f: (resource: T) => T1): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=updateService.d.ts.map