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