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