import { f as GraphQLESLintRule } from '../types-ace77d86.js';
import '@graphql-tools/utils';
import 'eslint';
import 'estree';
import 'graphql';
import 'graphql-config';
import 'json-schema-to-ts';
import '../estree-converter/types.mjs';

declare const RULE_ID = "HASHTAG_COMMENT";
declare const rule: GraphQLESLintRule;

export { RULE_ID, rule };
