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