import { ApplicationSchema } from '../schema';
import { Tree } from '@nrwl/devkit';
export declare function addProject(host: Tree, options: ApplicationSchema): void;
