import type { Point } from '../types'; export declare function getCircleEditPoints(point: Point, radius: number): [Point, Point];