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