import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Apply both and return the value of the first `Either`. * @tsplus pipeable-operator Either < * @tsplus static Either.Aspects zipLeft * @tsplus pipeable Either zipLeft * @tsplus location "@tsplus/stdlib/data/Either/zipLeft" */ export declare function zipLeft(that: Either): (self: import("./definition").Either) => import("./definition").Either; //# sourceMappingURL=zipLeft.d.ts.map