import { Duration } from "@tsplus/stdlib/data/Duration"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * A schedule that can recur one time, the specified amount of time into the * future. * @tsplus static effect/core/io/Schedule.Ops duration * @tsplus location "@effect/core/io/Schedule/operations/duration" */ export declare function duration(duration: Duration): Schedule; //# sourceMappingURL=duration.d.ts.map