import { Tag } from "@tsplus/stdlib/service/Tag"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Accesses the specified service in the environment of the effect. * * Especially useful for creating "accessor" methods on services' companion * objects. * @tsplus static effect/core/stm/STM.Ops serviceWith * @tsplus location "@effect/core/stm/STM/operations/serviceWith" */ export declare function serviceWith(tag: Tag, f: (a: T) => A): STM; //# sourceMappingURL=serviceWith.d.ts.map