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