import type { ProjectInfo } from '../detectors/project.js'; export declare function generateEslintConfig(info: ProjectInfo): string;