/** * @license Angular v19.2.13 * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ import * as i0 from '@angular/core'; import { StaticProvider, PlatformRef } from '@angular/core'; import { BrowserModule } from '../browser.d-C4gIBeOX.js'; import '@angular/common'; /** * Platform for testing * * @publicApi */ declare const platformBrowserTesting: (extraProviders?: StaticProvider[]) => PlatformRef; /** * NgModule for testing. * * @publicApi */ declare class BrowserTestingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { BrowserTestingModule, platformBrowserTesting };