import { NemiCurve } from './nemiCurve'; import { Position } from './SuperPath2D'; export declare const getPointOnCurve: (curve: NemiCurve, percentage: number) => Position;