import { Duration } from "@tsplus/stdlib/data/Duration"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule with the specified effectfully computed delay added * before the start of each interval produced by this schedule. * @tsplus static effect/core/io/Schedule.Aspects delayed * @tsplus pipeable effect/core/io/Schedule delayed * @tsplus location "@effect/core/io/Schedule/operations/delayed" */ export declare function delayed(f: (duration: Duration) => Duration): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=delayed.d.ts.map