/** Transpose a list of arrays. */
export declare const transpose: <A>([head, ...tail]: A[][]) => A[][];
//# sourceMappingURL=Array.d.ts.map