export declare function zip(a: A[], b: B[]): [A, B][]; export declare function transpose(matrix: any[][]): any[][];