import type { Tree } from '@nx/devkit'; import type { Schema } from '../schema'; export declare function runAngularPlugin(tree: Tree, schema: Schema): Promise; //# sourceMappingURL=run-angular-plugin.d.ts.map