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