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