import type { ESLint } from 'eslint' import type globals from 'globals' type FlatConfig = ESLint.ConfigData declare const config: Record export default config;