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
 * application, regardless of the platform it runs onto.
 */
export declare const APPLICATION_COMMON_PROVIDERS: Array<Type | Provider | any[]>;
