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