import { CreateNodesV2, ProjectGraph, Tree } from 'nx/src/devkit-exports'; /** * Iterates through various forms of plugin options to find the one which does not conflict with the current graph */ export declare function addPlugin(tree: Tree, graph: ProjectGraph, pluginName: string, createNodesTuple: CreateNodesV2, options: Partial>, shouldUpdatePackageJsonScripts: boolean): Promise; /** * @deprecated Use `addPlugin` instead * Iterates through various forms of plugin options to find the one which does not conflict with the current graph */ export declare function addPluginV1(tree: Tree, graph: ProjectGraph, pluginName: string, createNodesTuple: CreateNodesV2, options: Partial>, shouldUpdatePackageJsonScripts: boolean): Promise; export declare function generateCombinations(input: Record): Record[]; //# sourceMappingURL=add-plugin.d.ts.map