import { Rule } from '@angular-devkit/schematics'; /** Entry point for the migration schematics with target of Angular 18 */ export declare function updateToV21(): Rule;