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