import PathSegment from "./PathSegment"; export default class ClosePathSegment extends PathSegment { toString(): string; }