import { Rule } from '@angular-devkit/schematics'; import { Schema } from '../ng-add/schema'; export declare function addRequiredModules(options: Schema): Rule;