import { Duration } from "@tsplus/stdlib/data/Duration"; import { Schedule } from "@effect/core/io/Schedule/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * A schedule that recurs during the given duration. * @tsplus static effect/core/io/Schedule.Ops recurUpTo * @tsplus location "@effect/core/io/Schedule/operations/recurUpTo" */ export declare function recurUpTo(duration: Duration): Schedule, never, unknown, Duration>; //# sourceMappingURL=recurUpTo.d.ts.map