import { PlatformRef, Type, ComponentRef } from "@angular/core"; export declare const WORKER_APP_PLATFORM_PROVIDERS: Array; export declare const WORKER_APP_APPLICATION_PROVIDERS: Array; export declare function workerAppPlatform(): PlatformRef; export declare function bootstrapApp(appComponentType: Type, customProviders?: Array): Promise>;