import { Tag } from "@tsplus/stdlib/service/Tag"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Updates the service with the required service entry. * @tsplus static effect/core/io/Effect.Aspects updateService * @tsplus pipeable effect/core/io/Effect updateService * @tsplus location "@effect/core/io/Effect/operations/updateService" */ export declare function updateService(tag: Tag, f: (_: T) => T1): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=updateService.d.ts.map