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 scheduleFrom * @tsplus pipeable effect/core/io/Effect scheduleFrom * @tsplus location "@effect/core/io/Effect/operations/scheduleFrom" */ export declare function scheduleFrom(a: A, schedule: Schedule): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=scheduleFrom.d.ts.map