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