import { Duration } from "@tsplus/stdlib/data/Duration"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * A schedule that recurs once with the specified delay. * @tsplus static effect/core/io/Schedule.Ops fromDuration * @tsplus location "@effect/core/io/Schedule/operations/fromDuration" */ export declare function fromDuration(duration: Duration): Schedule; //# sourceMappingURL=fromDuration.d.ts.map