/** * @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 */ export declare const NG2_COMPILER: string; export declare const NG2_INJECTOR: string; export declare const NG2_COMPONENT_FACTORY_REF_MAP: string; export declare const NG2_ZONE: string; export declare const NG1_CONTROLLER: string; export declare const NG1_SCOPE: string; export declare const NG1_ROOT_SCOPE: string; export declare const NG1_COMPILE: string; export declare const NG1_HTTP_BACKEND: string; export declare const NG1_INJECTOR: string; export declare const NG1_PARSE: string; export declare const NG1_TEMPLATE_CACHE: string; export declare const NG1_TESTABILITY: string; export declare const REQUIRE_INJECTOR: string;