import type { Linter } from 'eslint'; declare module '@eslint/core' { type SyntaxElement = unknown; } declare const config: Linter.Config[]; export default config;