import { Duration } from "@tsplus/stdlib/data/Duration"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule with the given delay added to every interval defined * by this schedule. * @tsplus static effect/core/io/Schedule.Aspects addDelay * @tsplus pipeable effect/core/io/Schedule addDelay * @tsplus location "@effect/core/io/Schedule/operations/addDelay" */ export declare function addDelay(f: (out: Out) => Duration): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=addDelay.d.ts.map