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