import type { Linter, ESLint } from 'eslint'; export type Config = Linter.Config; export type Rules = Partial; export type Plugin = ESLint.Plugin; //# sourceMappingURL=types.d.ts.map