import type { ASTVisitor } from "graphql";
import type { RulesContext } from "./rulesContext";
export declare function OperationPathsVisitor(context: RulesContext): ASTVisitor;
