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