import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that passes through the inputs of this schedule. * @tsplus static effect/core/io/Schedule.Ops passthrough * @tsplus getter effect/core/io/Schedule passthrough * @tsplus location "@effect/core/io/Schedule/operations/passthrough" */ export declare function passthrough(self: Schedule): Schedule; //# sourceMappingURL=passthrough.d.ts.map