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