import { Rule } from '@angular-devkit/schematics'; import type { NgAddSchematicsSchema } from '../../ng-add/schema'; /** * Update app-module file with api manager, if needed * @param options */ export declare function updateApiDependencies(options: NgAddSchematicsSchema): Rule; //# sourceMappingURL=index.d.ts.map