import { Rule } from '@angular-devkit/schematics'; export declare function addModule(moduleName: string, modulePath: string): Rule; export declare function addDeclaration(componentName: string, componentPath: string): Rule;