import { NemiCurve } from './nemiCurve'; export declare const getCurveDebugPoints: (curve: NemiCurve) => import("./SuperPath2D").Position[] | undefined;