import { Rule } from '@angular-devkit/schematics';
/**
 * v22: the builder now loads TypeScript webpack configs and index transforms via jiti
 * instead of ts-node. Delegates to the shared migration in `@angular-builders/common`.
 */
export declare function migrateV22(): Rule;
