import { type Tree } from '@angular-devkit/schematics'; import { type Pattern } from '../utils'; import { NgCliProject } from './ng-cli-project'; export declare function createProject(host: Tree, rootPath?: string, pattern?: Pattern): NgCliProject;