import { Schedule } from "@effect/core/io/Schedule/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Runs this effect according to the specified schedule. * * See `scheduleFrom` for a variant that allows the schedule's decision to * depend on the result of this effect. * @tsplus static effect/core/io/Effect.Aspects schedule * @tsplus pipeable effect/core/io/Effect schedule * @tsplus location "@effect/core/io/Effect/operations/schedule" */ export declare function schedule(schedule: Schedule): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=schedule.d.ts.map