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