import { Env } from "@tsplus/stdlib/service/Env"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule with its environment provided to it, so the * resulting schedule does not require any environment. * @tsplus static effect/core/io/Schedule.Aspects provideEnvironment * @tsplus pipeable effect/core/io/Schedule provideEnvironment * @tsplus location "@effect/core/io/Schedule/operations/provideEnvironment" */ export declare function provideEnvironment(environment: Env): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=provideEnvironment.d.ts.map