import { Tree } from '@angular-devkit/schematics'; export declare function getProjectName(host: Tree, project: any): any; export declare function getApplicationPath(host: Tree, projectName: string): string; export declare function getSourceRootPath(host: Tree, projectName: string): string; export declare function getRootPath(host: Tree, projectName: string): string;