import { Env } from "@tsplus/stdlib/service/Env"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Provides some of the environment required to run this effect, * leaving the remainder `R0`. * @tsplus static effect/core/stm/STM.Aspects provideSomeEnvironment * @tsplus pipeable effect/core/stm/STM provideSomeEnvironment * @tsplus location "@effect/core/stm/STM/operations/provideSomeEnvironment" */ export declare function provideSomeEnvironment(f: (env: Env) => Env): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=provideSomeEnvironment.d.ts.map