import type { Linter } from 'eslint'; import type { configNames } from './lib/constants.mjs'; export { default as globals } from 'globals'; export { extensions, patterns } from './lib/constants.mjs'; export declare const configs: Record;