import type { TSESLint } from '@typescript-eslint/utils'; interface IPlugin { rules: { [ruleName: string]: TSESLint.RuleModule; }; } declare const plugin: IPlugin; export = plugin; //# sourceMappingURL=index.d.ts.map