import { Tree, Rule } from '@angular-devkit/schematics'; export declare function runSchematic(schematicName: string, options: any, tree: Tree): Promise; export declare function callRule(rule: Rule, tree: Tree): Promise; export declare function runMigration(migrationName: string, options: any, tree: Tree): Promise;