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