import type { Rule } from "@angular-devkit/schematics"; import { Tree } from "@angular-devkit/schematics"; export declare function isNestProject(host: Tree, extraFiles?: string[]): boolean; export declare function mergeSourceRoot(options: T): Rule;