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