import { Vec2 } from 'ketcher-core';
export declare const rotatePoint: (centerPoint: Vec2, startPoint: Vec2, angle: number) => Vec2;
export declare const getDifference: (currentDegree: number, structRotateDegree: number) => number;
