import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that performs a geometric union on the intervals * defined by both schedules. * @tsplus static effect/core/io/Schedule.Aspects either * @tsplus pipeable effect/core/io/Schedule either * @tsplus location "@effect/core/io/Schedule/operations/either" */ export declare function either(that: Schedule): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=either.d.ts.map