import type { Point } from '../types'; export declare function getCircleCenterPoint(startPoint: Point, endPoint: Point): Point;