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