import type { IPathSegments } from '../../../../types/segments/path-segments.type.js';
/**
 * Returns true if the path contains only `..`.
 */
export declare function isPureParentDirectoryPathSegments(segments: IPathSegments): boolean;
