import type { TSESLint } from '@typescript-eslint/utils'; export type Options = [ { allowSingleExtends?: boolean; } ]; export type MessageIds = 'noEmpty' | 'noEmptyWithSuper'; declare const _default: TSESLint.RuleModule; export default _default; //# sourceMappingURL=no-empty-interface.d.ts.map