import { Schedule } from "@effect/core/io/Schedule/definition";
/**
* Unfolds a schedule that repeats one time from the specified state and
* iterator.
* @tsplus static effect/core/io/Schedule.Ops unfold
* @tsplus location "@effect/core/io/Schedule/operations/unfold"
*/
export declare function unfold(initial: A, f: (a: A) => A): Schedule;
//# sourceMappingURL=unfold.d.ts.map