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

export = unzip;
