/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { TestProjectHost } from '@angular-devkit/architect/testing'; import { Path } from '@angular-devkit/core'; export declare const host: TestProjectHost; export declare const outputPath: Path; export declare const browserTargetSpec: { project: string; target: string; }; export declare const devServerTargetSpec: { project: string; target: string; }; export declare const extractI18nTargetSpec: { project: string; target: string; }; export declare const karmaTargetSpec: { project: string; target: string; }; export declare const tslintTargetSpec: { project: string; target: string; }; export declare const protractorTargetSpec: { project: string; target: string; };