import type { TSESLint } from '@typescript-eslint/utils'; type MessageIds = 'error-untyped-underscore'; type Options = []; declare const noUntypedUnderscoreRule: TSESLint.RuleModule; export { noUntypedUnderscoreRule }; //# sourceMappingURL=no-untyped-underscore.d.ts.map