/** * @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 { Type } from '../src/facade/lang'; import { Provider } from './di'; /** * A default set of providers which should be included in any Angular platform. * @experimental */ export declare const PLATFORM_COMMON_PROVIDERS: Array;