/** * @license Angular v21.2.11 * (c) 2010-2026 Google LLC. https://angular.dev/ * License: MIT */ import { Version } from '@angular/core'; /** * @module * @description * Entry point for all public APIs of the upgrade package. */ /** * @publicApi */ declare const VERSION: Version; export { VERSION };