export declare const rotate: (matrix: T[][]) => T[][]; export default rotate; //# sourceMappingURL=rotate.d.ts.map