import { SchematicContext, Tree } from '@angular-devkit/schematics'; export declare function ng2ProcessTree(tree: Tree, _context: SchematicContext, _options: any, newCode: string, newMarkup: string, newImports?: [string, string][]): import("@angular-devkit/schematics/src/tree/interface").Tree;