import type { TSESLint } from '@typescript-eslint/utils'; export type MessageId = 'confusingAssign' | 'confusingEqual' | 'confusingOperator' | 'notNeedInAssign' | 'notNeedInEqualTest' | 'notNeedInOperator' | 'wrapUpLeft'; declare const _default: TSESLint.RuleModule & { name: string; }; export default _default;