/** @experimental */ export declare const SERVER_PLATFORM_PROVIDERS: Array; /** @deprecated */ export declare function serverBootstrap(appComponentType: Type, providers: Array): Promise>; /** @experimental */ export declare const serverDynamicPlatform: () => PlatformRef; /** @experimental */ export declare const serverPlatform: () => PlatformRef;