import { Tag } from "@tsplus/stdlib/service/Tag"; import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Layer } from "@effect/core/io/Layer/definition"; /** * Lazily constructs a layer from the specified value. * @tsplus static effect/core/io/Layer.Ops sync * @tsplus location "@effect/core/io/Layer/operations/sync" */ export declare function sync(tag: Tag): (resource: LazyArg) => Layer; //# sourceMappingURL=sync.d.ts.map