export declare function bootstrap(appComponentType: Type, customProviders?: Array): Promise>; export declare function bootstrapWorkerApp(appComponentType: Type, customProviders?: Array): Promise>; export declare function bootstrapWorkerUi(workerScriptUri: string, customProviders?: Array): Promise; export declare const BROWSER_APP_COMPILER_PROVIDERS: Array; export declare const CACHED_TEMPLATE_PROVIDER: Array;