declare function zip(first: readonly T[], second: readonly U[]): [T, U][]; export { zip as z };