import { Rule } from '@angular-devkit/schematics'; /** * Add an Otter compatible module to a monorepo * @param options Schematic options */ export declare const generateModule: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map