import { Type } from 'angular2/src/facade/lang'; import { ComponentRef } from 'angular2/core'; export declare function initNodeAdapter(): void; export declare const NODE_PROVIDERS: Array; export declare const NODE_APPLICATION_COMMON_PROVIDERS: Array; /** * An array of providers that should be passed into `application()` when bootstrapping a component. */ export declare const NODE_APPLICATION_PROVIDERS: Array; /** * */ export declare function bootstrap(appComponentType: Type, customAppProviders?: Array, customComponentProviders?: Array): Promise; export declare function buildReflector(): void; export declare function buildNodeProviders(providers?: Array): Array; export declare function buildNodeAppProviders(document?: any, providers?: Array): Array; export declare function buildNodePlatformProviders(appComponentType: Type, providers?: Array): Array;