import { Tree } from '@angular-devkit/schematics'; import { AngularJson } from '../../lib'; export declare function getE2eProjectNameForApp(appName: string): string; export declare function readAngularJson(tree: Tree): AngularJson;