import type { Rule } from '@angular-devkit/schematics'; import type { NgGenerateSdkSchema } from '../schema'; /** * generate the rules to adapt the SDK generated by ng cli * @param _options Schematic options * @param targetPath Path where the SDK has been generated * @param projectName Name of the project */ export declare function ngRegisterProjectTasks(_options: NgGenerateSdkSchema, targetPath: string, projectName: string): Rule; //# sourceMappingURL=rules-ng.d.ts.map