import { Matrix2x2 } from '../types/Matrix2x2'; export declare function rotationMatrix(angleInRadians: number): Matrix2x2;