import { ProjectConfiguration, Tree } from '@nx/devkit';
import { ProjectPackageJson } from '@rxap/plugin-utilities';
export declare function updateProjectPackageJson(tree: Tree, project: ProjectConfiguration, projectName: string, rootPackageJson: ProjectPackageJson): void;
