import type { GeneratorCallback, Tree } from '@nx/devkit';
import type { GeneratorOptions } from './schema';
export declare function migrateFromAngularCli(tree: Tree, options: GeneratorOptions): Promise<GeneratorCallback>;
//# sourceMappingURL=migrate-from-angular-cli.d.ts.map