import type { TSESLint } from '@typescript-eslint/utils'; export type Options = [ { fixMixedExportsWithInlineTypeSpecifier: boolean; } ]; export type MessageIds = 'multipleExportsAreTypes' | 'singleExportIsType' | 'typeOverValue'; declare const _default: TSESLint.RuleModule & { name: string; }; export default _default;