import { Tree } from '@angular-devkit/schematics'; /** * Adds a package to the package.json */ export declare function addPackageToPackageJson(host: Tree, type: string, packageName: string, version?: string): Tree;