import type { RuleCatalog } from '../../../../types/eslintConfig'; export declare const findConfigPath: (cwd: string) => string | null; export declare const resolveRuleCatalog: (cwd: string, fileScope?: string) => Promise;