import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Env } from "@tsplus/stdlib/service/Env"; import { Layer } from "@effect/core/io/Layer/definition"; /** * Lazily constructs a layer from the specified value, which must return one or more * services. * @tsplus static effect/core/io/Layer.Ops syncEnvironment * @tsplus location "@effect/core/io/Layer/operations/syncEnvironment" */ export declare function syncEnvironment(a: LazyArg>): Layer; //# sourceMappingURL=syncEnvironment.d.ts.map