import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Zips `Either` and `Either` into `Either>`. * @tsplus pipeable-operator Either + * @tsplus static Either.Aspects zip * @tsplus pipeable Either zip * @tsplus location "@tsplus/stdlib/data/Either/zip" */ export declare function zip(that: Either): (self: import("./definition").Either) => import("./definition").Either; //# sourceMappingURL=zip.d.ts.map