import type { ESLint } from 'eslint';
/**
 * @deprecated The legacy eslintrc configuration format is not supported in
 * ESLint 10. Use `flat/recommended` instead.
 */
export declare const config: ESLint.ConfigData;
