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