export declare function transpose<T>(rows: Array<Array<T> | unknown> | unknown): T[][];
