import { Tree } from '@angular-devkit/schematics/src/tree/interface'; import { SourceFile } from 'typescript'; export declare function readIntoSourceFile(host: Tree, fileName: string): SourceFile;