import type { ESLintTarget } from '../../config.js';
import { type RuleData } from '../parse.js';
export declare function loadRulesForLegacyConfig({ eslintrc, patterns, }: ESLintTarget): Promise<RuleData[]>;
