import { Rule } from '@angular-devkit/schematics'; export declare function addNpmScripts(...scripts: { name: string; command: string; }[]): Rule;