/** @experimental */ export declare const INITIAL_CONFIG: InjectionToken; /** @experimental */ export interface PlatformConfig { document?: string; url?: string; } /** @experimental */ export declare const platformDynamicServer: (extraProviders?: Provider[]) => PlatformRef; /** @experimental */ export declare const platformServer: (extraProviders?: Provider[]) => PlatformRef; /** @experimental */ export declare class PlatformState { constructor(_doc: any); getDocument(): any; renderToString(): string; } /** @experimental */ export declare function renderModule(module: Type, options: PlatformOptions): Promise; /** @experimental */ export declare function renderModuleFactory(moduleFactory: NgModuleFactory, options: PlatformOptions): Promise; /** @experimental */ export declare class ServerModule { } /** @stable */ export declare const VERSION: Version;