declare const mergePackageJson: (basePath: string, projectPackagePath: string) => Promise<void>;
export default mergePackageJson;
