import { Tree } from '@angular-devkit/schematics';
export declare function runMigration<T = any>(migrationName: string, options: T, tree: Tree): Promise<import("@angular-devkit/schematics/testing").UnitTestTree>;
