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