import { Point3D, RotationAngles } from './types';
export declare function rotateRzRyRx(point: Point3D, angles: RotationAngles): Point3D;
