import { Rule } from '@angular-devkit/schematics'; import type { NgAddSchematicsSchema } from './schema'; /** * Enable all the otter features requested by the user * Install all the related dependencies and import the features inside the application * @param options installation options to pass to the all the other packages' installation */ export declare const prepareProject: (options: NgAddSchematicsSchema) => Rule; //# sourceMappingURL=project-setup.d.ts.map