export declare function translateRotationTransformByPointAndAngle(pA: Point, qA: Point, qB: Point, angleDeg: number): Point;
