import { ImmutableArray } from "@tsplus/stdlib/collections/ImmutableArray/definition"; /** * Takes two arrays and returns an array of corresponding pairs. If one input * array is short, excess elements of the longer array are discarded * @tsplus static ImmutableArray.Aspects zip * @tsplus pipeable ImmutableArray zip * @tsplus location "@tsplus/stdlib/collections/ImmutableArray/zip" */ export declare function zip(that: ImmutableArray): (self: import("./definition").ImmutableArray) => import("./definition").ImmutableArray; //# sourceMappingURL=zip.d.ts.map