import type { IPathSegments } from '../../../../types/segments/path-segments.type.js';
/**
 * Returns `true` if `segmentsA` and `segmentB` are equivalent.
 */
export declare function arePathSegmentsEquivalent(segmentsA: IPathSegments, segmentB: IPathSegments): boolean;
