import { Rule } from '@angular-devkit/schematics'; import type { NgAddSchematicsSchema } from './schema'; /** * Add Otter ama-sdk-schematics to a Project * @param opts */ export declare const ngAdd: (opts: NgAddSchematicsSchema) => Rule; //# sourceMappingURL=index.d.ts.map