import { Env } from "@tsplus/stdlib/service/Env"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Transforms the environment being provided to this schedule with the * specified function. * @tsplus static effect/core/io/Schedule.Aspects provideSomeEnvironment * @tsplus pipeable effect/core/io/Schedule provideSomeEnvironment * @tsplus location "@effect/core/io/Schedule/operations/provideSomeEnvironment" */ export declare function provideSomeEnvironment(f: (env0: Env) => Env): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=provideSomeEnvironment.d.ts.map