importtype { Plugin, ConfigsToRules } from'./types.js';
/**
* ESLint configs can extend other configs, so for convenience, let's resolve all the rules in each config upfront.
*/exportdeclarefunctionresolveConfigsToRules(plugin: Plugin): Promise<ConfigsToRules>;