import type { CurveArray } from '../types';
export declare function reverseCurve(pathArray: CurveArray): CurveArray;
