import { AstNodeVisitorInterface } from "../../common/nodeVisitorInterface";
import { AbstractPathSegment } from "./AbstractPathSegment";
export declare class PathSegment extends AbstractPathSegment {
visit(visitor: AstNodeVisitorInterface, ...args: any[]): unknown;
}