import { Tree } from '@nrwl/devkit'; import { ApplicationGeneratorSchema } from '../schema'; export declare function addAngular(host: Tree, options: ApplicationGeneratorSchema): Promise<() => void>;