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