import type { ConfigsToRules, Plugin } from './types.js'; /** * ESLint configs can extend other configs, so for convenience, let's resolve all the rules in each config upfront. */ export declare function resolveConfigsToRules(plugin: Plugin): Promise;