/**
 * 将每个数组中相应位置的值合并在一起
 *
 * @param {Array*} array 数组
 */
declare function zip(): any[];
export default zip;
