Version: 0.0.00.0.10.0.20.0.30.0.41.0.01.0.11.1.01.1.11.1.21.1.32.0.0-beta.02.0.0-beta.12.0.02.0.12.0.22.0.3
import { Tree } from '@angular-devkit/schematics';
/** Adds a package to the package.json in the given host tree. */
export declare function addPackageToPackageJson(host: Tree, pkg: string, version: string): Tree;