import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Equivalent to `zip` followed by `map`. * @tsplus static effect/core/io/Schedule.Aspects zipWith * @tsplus pipeable effect/core/io/Schedule zipWith * @tsplus location "@effect/core/io/Schedule/operations/zipWith" */ export declare function zipWith(that: Schedule, f: (out: Out, out2: Out2) => Out3): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=zipWith.d.ts.map