import { type Rule } from '@angular-devkit/schematics'; import type { NgAddSchematicsSchema } from './schema'; export declare const ngAdd: (options: NgAddSchematicsSchema) => Rule; //# sourceMappingURL=index.d.ts.map