import { Tree } from '@angular-devkit/schematics'; import * as ts from 'typescript'; export declare function getSourceFile(host: Tree, path: string): ts.SourceFile;