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