import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that maps the output of this schedule through the * specified function. * @tsplus static effect/core/io/Schedule.Aspects map * @tsplus pipeable effect/core/io/Schedule map * @tsplus location "@effect/core/io/Schedule/operations/map" */ export declare function map(f: (out: Out) => Out2): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=map.d.ts.map