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