declare function zip(...arr: Array<any[]>): Array<any[]>;

export = zip;
