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 pipeable-operator effect/core/io/Schedule || * @tsplus static effect/core/io/Schedule.Aspects union * @tsplus pipeable effect/core/io/Schedule union * @tsplus location "@effect/core/io/Schedule/operations/union" */ export declare function union(that: Schedule): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=union.d.ts.map