import { Schedule } from "@effect/core/io/Schedule/definition"; /** * The same as `intersect` but ignores the right output. * @tsplus pipeable-operator effect/core/io/Schedule < * @tsplus static effect/core/io/Schedule.Aspects zipLeft * @tsplus pipeable effect/core/io/Schedule zipLeft * @tsplus location "@effect/core/io/Schedule/operations/zipLeft" */ export declare function zipLeft(that: Schedule): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=zipLeft.d.ts.map