import type { ESLintTarget } from '../config.js';
import type { RuleData } from './parse.js';
export declare function listRules(targets: ESLintTarget[]): Promise<RuleData[]>;
export declare function expandWildcardRules(wildcard: string, rules: string[]): string[];
