import { Type } from'angular2/src/facade/lang';
import { Provider } from'angular2/src/core/di';
/**
* A default set of providers which should be included in any Angular platform.
*/exportdeclareconstPLATFORM_COMMON_PROVIDERS: Array<Type | Provider | any[]>;