import { Rule } from '@angular-devkit/schematics'; /** * Adds the packages to the project temporarily. * @param packagesToInstall */ export declare function oneTimePackages(packagesToInstall: string[]): [Rule, Rule];