import type { IPathSegment } from './segment/path-segment.type.js';
export type IMutablePathSegments = IPathSegment[];
