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