import { Schedule } from "@effect/core/io/Schedule/definition"; /** * The same as `intersect` but ignores the left output. * @tsplus pipeable-operator effect/core/io/Schedule > * @tsplus static effect/core/io/Schedule.Aspects zipRight * @tsplus pipeable effect/core/io/Schedule zipRight * @tsplus location "@effect/core/io/Schedule/operations/zipRight" */ export declare function zipRight(that: Schedule): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=zipRight.d.ts.map