import { ESLintUtils } from '@typescript-eslint/utils'; import { Options } from './types'; declare const _default: { rules: { 'match-named-export': ESLintUtils.RuleModule<"noMatchingExport", Options, unknown, ESLintUtils.RuleListener>; 'match-default-export': ESLintUtils.RuleModule<"defaultExportDoesNotMatch", Options, unknown, ESLintUtils.RuleListener>; }; }; export = _default; //# sourceMappingURL=index.d.ts.map