import type { ESLint, Linter } from 'eslint' declare const plugin: { meta: { name: string, version: string } configs: { globals: Linter.Config recommended: Linter.Config } rules: NonNullable } export = plugin