import { Rule } from '@angular-devkit/schematics'; import type { NgGenerateModuleSchema } from '../schema'; /** * generate the rules to adapt the library generated by ng cli * @param options Schematic options * @param options.targetPath Path where the library has been generated */ export declare function ngGenerateModule(options: NgGenerateModuleSchema & { targetPath: string; packageJsonName: string; }): Rule; //# sourceMappingURL=rules-ng.d.ts.map