import { Tag } from "@tsplus/stdlib/service/Tag"; import { Layer } from "@effect/core/io/Layer/definition"; /** * Constructs a layer that accesses and returns the specified service from the * environment. * @tsplus static effect/core/io/Layer.Ops service * @tsplus location "@effect/core/io/Layer/operations/service" */ export declare function service(tag: Tag): Layer; //# sourceMappingURL=service.d.ts.map