import type { CurveArray, PathArray } from '../types'; export declare function equalizeSegments(path1: PathArray, path2: PathArray, TL?: number): CurveArray[];