import { Tree } from '@angular-devkit/schematics'; export declare function getWorkspace(tree: Tree): any; export declare function getProjectFromWorkspace(config: any, projectName: any): any; export declare function readFile(tree: Tree, filePath: string): string;