import type { TSESLint } from '@typescript-eslint/utils'; export type MessageIds = 'redeclared' | 'redeclaredAsBuiltin' | 'redeclaredBySyntax'; export type Options = [ { builtinGlobals?: boolean; ignoreDeclarationMerge?: boolean; } ]; declare const _default: TSESLint.RuleModule & { name: string; }; export default _default;