import HelperSphere from "../display/core/utils/HelperSphere";
import { PointType } from "../utils/isPoint";
export declare const curveHelperSpherePointMap: WeakMap<HelperSphere, PointType>;
