import type { PathArray, PathSegment } from '../types'; export declare function clonePath(path: PathArray | PathSegment): PathArray;