import { AstNodeVisitorInterface } from "../../common/nodeVisitorInterface";
import { AbstractPathSegment } from "./AbstractPathSegment";
export declare class PrototypePathSegment extends AbstractPathSegment {
    visit(visitor: AstNodeVisitorInterface): unknown;
    protected debugPrintInner(): void;
}
