import type { Point } from '../types'; export declare function getCircleEndPoint(centerPoint: Point, radius: number): Point;