import { Tree } from '@angular-devkit/schematics'; /** * 是否是 nx 环境 * @param host */ export declare const isNxWorkspace: (host: Tree) => boolean;