import { Tree } from '@angular-devkit/schematics'; /** * Adds a script to the package.json */ export declare function addScriptToPackageJson(host: Tree, scriptName: string, script: string): Tree;