export declare function rotateArray(array: T[][]): T[][] | false; export default rotateArray; //# sourceMappingURL=rotate_array.d.ts.map