/** @deprecated */ export declare const SERVER_PLATFORM_PROVIDERS: Array; /** @deprecated */ export declare function serverBootstrap(appComponentType: ConcreteType, customProviders: Array): Promise>; /** @experimental */ export declare const serverDynamicPlatform: (extraProviders?: any[]) => PlatformRef; /** @experimental */ export declare const serverPlatform: (extraProviders?: any[]) => PlatformRef;