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