/** * @license Angular v15.0.1 * (c) 2010-2022 Google LLC. https://angular.io/ * License: MIT */ import * as i0 from '@angular/core'; import * as i1 from '@angular/platform-browser/animations'; import * as i2 from '@angular/platform-browser-dynamic/testing'; import { PlatformRef } from '@angular/core'; import { StaticProvider } from '@angular/core'; /** * Platform for testing * * @publicApi */ export declare const platformServerTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef; /** * NgModule for testing. * * @publicApi */ export declare class ServerTestingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { }