import { CreateNodesV2, Tree } from 'nx/src/devkit-exports';
export declare function replaceProjectConfigurationsWithPlugin<T = unknown>(tree: Tree, rootMappings: Map<string, string>, pluginPath: string, createNodes: CreateNodesV2<T>, pluginOptions: T): Promise<void>;
//# sourceMappingURL=replace-project-configuration-with-plugin.d.ts.map