import type { HardhatPlugin } from "../../../types/plugins.js"; /** * Resolves the plugin list, returning them in the right order. */ export declare function resolvePluginList(projectRoot: string, userConfigPluginList?: HardhatPlugin[]): Promise; //# sourceMappingURL=resolve-plugin-list.d.ts.map