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 service * @tsplus location "@effect/core/stm/STM/operations/service" */ export declare function service(tag: Tag): STM; //# sourceMappingURL=service.d.ts.map