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