import type { Has, Tag } from "../../Has/index.js"; import type { Managed } from "../managed.js"; /** * Updates a service in the environment of this effect. */ export declare function updateService_(self: Managed, tag: Tag, f: (_: T) => T, __trace?: string): Managed, E, A>; /** * Updates a service in the environment of this effect. * * @ets_data_first updateService_ */ export declare function updateService(tag: Tag, f: (_: T) => T, __trace?: string): (self: Managed) => Managed, E, A>; //# sourceMappingURL=updateService.d.ts.map