import { List$1 } from "./List$1";
import { PathSegment } from "./PathSegment";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class PathSegmentCollection extends List$1<PathSegment> {
    static $t: Type;
    constructor();
}
