import type { Rule } from '@angular-devkit/schematics'; import { MigrateSchematicsSchemaOptions } from './schema'; /** * Facilitate the migration of a version to another by the run of migration rules * @param options */ export declare const migrate: (options: MigrateSchematicsSchemaOptions) => Rule; //# sourceMappingURL=index.d.ts.map