import type { TSESLint, TSESTree } from '@typescript-eslint/utils'; import type { Rule } from 'eslint'; import type { Comment } from 'estree-jsx'; export declare function getAllComments(context: Rule.RuleContext): Comment[]; export declare function getAllComments(context: TSESLint.RuleContext): TSESTree.Comment[];