import { Layer } from "@effect/core/io/Layer/definition"; /** * Constructs a `Layer` that passes along the specified environment as an * output. * @tsplus static effect/core/io/Layer.Ops environment * @tsplus location "@effect/core/io/Layer/operations/environment" */ export declare function environment(): Layer; //# sourceMappingURL=environment.d.ts.map