export declare function zip(this: T[], ...array: U[]): [T, U][];