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