import { Rule } from '@angular-devkit/schematics'; /** * Set jest files and script in the generated library. * @param options * @param options.targetPath * @param options.name */ export declare function setUpAngularTestPackageJson(options: { targetPath: string; name: string; }): Rule; /** * Set the jest configuration files, if the project has a dependency on `@o3r/testing`, use the ng add `@o3r/testing` script * @param options * @param options.targetPath * @param options.name */ export declare function setUpJest(options: { targetPath: string; name: string; }): Rule; //# sourceMappingURL=ng-utils.d.ts.map