/** * @license Angular v21.2.11 * (c) 2010-2026 Google LLC. https://angular.dev/ * License: MIT */ import * as i0 from '@angular/core'; import { StaticProvider, PlatformRef } from '@angular/core'; import * as i1 from '@angular/platform-browser-dynamic/testing'; /** * Platform for testing * * @publicApi * @deprecated from v20.0.0, use e2e testing to verify SSR behavior. */ declare const platformServerTesting: (extraProviders?: StaticProvider[]) => PlatformRef; /** * NgModule for testing. * * @publicApi * @deprecated from v20.0.0, use e2e testing to verify SSR behavior. */ declare class ServerTestingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { ServerTestingModule, platformServerTesting };