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