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.
 */
export declare const PLATFORM_COMMON_PROVIDERS: Array<Type | Provider | any[]>;
