import { Env } from "@tsplus/stdlib/service/Env"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Accesses the environment of the effect. * @tsplus static effect/core/io/Effect.Ops environmentWith * @tsplus location "@effect/core/io/Effect/operations/environmentWith" */ export declare function environmentWith(f: (env: Env) => A): Effect; //# sourceMappingURL=environmentWith.d.ts.map