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