import type { canvasCoordinates } from './_types.js'; export default function getCanvasCircleRadius(circleCanvasPoints: canvasCoordinates): number;