import * as ts from "typescript"; export declare const makeSourceFile: (filePath: string, content: string) => ts.SourceFile;