import { Tree } from '@angular-devkit/schematics'; /** * Returns the file content * @param tree The current file tree * @param path The required path * @returns The file content */ export declare function getFileContent(tree: Tree, path: string): string;