export default abstract class PathSegment { abstract toString(): string; }